Re: [PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL

2019-06-25 Thread Jonathan Wakely
On 24/06/19 15:18 -0700, Thomas Rodgers wrote: Ok for trunk. Yup, this is OK then, thanks for checking it, Thomas. Can you push it into upstream PSTL? Yes. Thanks, Tom. Jakub Jelinek writes: Hi! Now that GCC supports inclusive/exclusive scans (like ICC 19.0 so far in simd constructs

Re: [PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL

2019-06-24 Thread Thomas Rodgers
Ok for trunk. > Can you push it into upstream PSTL? Yes. Thanks, Tom. Jakub Jelinek writes: > Hi! > > Now that GCC supports inclusive/exclusive scans (like ICC 19.0 so far in > simd constructs only), we can enable it in PSTL as well. > > Bootstrapped/regtested on x86_64-linux and

[PATCH] Enable use of #pragma omp simd reduction(inscan,...) even for GCC10+ in PSTL

2019-06-21 Thread Jakub Jelinek
Hi! Now that GCC supports inclusive/exclusive scans (like ICC 19.0 so far in simd constructs only), we can enable it in PSTL as well. Bootstrapped/regtested on x86_64-linux and i686-linux, additionally tested with #include #include auto foo (std::vector , std::vector ) { return