Re:outdoor LED

2020-03-10 Thread Cathy
Hi My friend, Thanks for reading. Have a nice day! This is Matt from Sontec lighting, we have 20+ years in led. WHAT WE DO: OEM led lighting, focus on led highbay, shoebox light, wall pack and packing lot led light. How I can help you: 1, Increase your sales turnover through reasonable price a

Re: Your China LED factory

2020-03-10 Thread Cathy
Hi My friend, Thanks for reading. Have a nice day! This is Matt from Sontec lighting, we have 20+ years in led. WHAT WE DO: OEM led lighting, focus on led highbay, shoebox light, wall pack and packing lot led light. How I can help you: 1, Increase your sales turnover through reasonable price a

Re: How to extend SLP to support this case

2020-03-10 Thread Richard Biener
On Tue, Mar 10, 2020 at 7:52 AM Kewen.Lin wrote: > > Hi all, > > I'm investigating whether GCC can vectorize the below case on ppc64le. > > extern void test(unsigned int t[4][4]); > > void foo(unsigned char *p1, int i1, unsigned char *p2, int i2) > { > unsigned int tmp[4][4]; > unsig

Re: How to extend SLP to support this case

2020-03-10 Thread Richard Biener
On Tue, Mar 10, 2020 at 12:12 PM Richard Biener wrote: > > On Tue, Mar 10, 2020 at 7:52 AM Kewen.Lin wrote: > > > > Hi all, > > > > I'm investigating whether GCC can vectorize the below case on ppc64le. > > > > extern void test(unsigned int t[4][4]); > > > > void foo(unsigned char *p1, int i1

RE: How to extend SLP to support this case

2020-03-10 Thread Tamar Christina
> -Original Message- > From: Gcc On Behalf Of Richard Biener > Sent: Tuesday, March 10, 2020 11:12 AM > To: Kewen.Lin > Cc: GCC Development ; Segher Boessenkool > > Subject: Re: How to extend SLP to support this case > > On Tue, Mar 10, 2020 at 7:52 AM Kewen.Lin wrote: > > > > Hi all,

Mailman defaults to duplicate suppression

2020-03-10 Thread Florian Weimer
It seems that the Mailman migration has turned on duplicate suppression: if a recipient address is mentioned in the message headers, Mailman will not distribute the message to that recipient address, under the assumption that the message will make it to the recipient directly from the original post

Tú nueva oficina

2020-03-10 Thread FS Business Centers
Incluye todos los servicios ** Si no puedes ver este correo ** haz click aquí (https://coworking.fsbusinesscenters.com/) https://coworking.fsbusinesscenters.com/ Tel. (81) 8

Re: How do I run SIMD Testcases on PPC64?

2020-03-10 Thread GT via Gcc
‐‐‐ Original Message ‐‐‐ On Thursday, March 5, 2020 6:59 PM, Segher Boessenkool wrote: > On Thu, Mar 05, 2020 at 05:04:16PM +, GT wrote: > > > 2. Multiple other testcases in testsuite/gcc.dg/vect/ have this line at > > the top: > > /* { dg-additional-options "-mavx" { target av

Re: How to extend SLP to support this case

2020-03-10 Thread Kewen.Lin via Gcc
Hi Richi, on 2020/3/10 下午7:12, Richard Biener wrote: > On Tue, Mar 10, 2020 at 7:52 AM Kewen.Lin wrote: >> >> Hi all, >> >> But how to teach it to be aware of this? Currently the processing starts >> from bottom to up (from stores), can we do some analysis on the SLP >> instance, detect some patt

Re: How to extend SLP to support this case

2020-03-10 Thread Kewen.Lin via Gcc
Hi Tamar, on 2020/3/10 下午7:31, Tamar Christina wrote: > >> -Original Message- >> From: Gcc On Behalf Of Richard Biener >> Sent: Tuesday, March 10, 2020 11:12 AM >> To: Kewen.Lin >> Cc: GCC Development ; Segher Boessenkool >> >> Subject: Re: How to extend SLP to support this case >> >>

[no subject]

2020-03-10 Thread busterduke73--- via Gcc
Sent from my iPhone

Re: How to extend SLP to support this case

2020-03-10 Thread Kewen.Lin via Gcc
Hi Richi, on 2020/3/10 下午7:14, Richard Biener wrote: > On Tue, Mar 10, 2020 at 12:12 PM Richard Biener > wrote: >> >> On Tue, Mar 10, 2020 at 7:52 AM Kewen.Lin wrote: >>> >>> Hi all, >>> >>> I'm investigating whether GCC can vectorize the below case on ppc64le. >>> >>> extern void test(unsigne