GCC Compilers info for the OpenMP Compilers page

2017-11-02 Thread Yun He
Hi Jakub, Ed, You helped in the previous year to provide the GCC compilers info published at: http://www.openmp.org/resources/openmp-compilers/ Could you please do so again now? Our goal is to have up-to-date info for SC17. Please either edit the GDoc below directly (you may need Gmail to acces

gcc-7-20171102 is now available

2017-11-02 Thread gccadmin
Snapshot gcc-7-20171102 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20171102/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 7 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-7

Re: libmvec simd math functions in fortran

2017-11-02 Thread Toon Moene
On 11/01/2017 05:26 PM, Jakub Jelinek wrote: On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: is there a way to get vectorized math functions in fortran? in c code there is attribute simd declarations or openmp declare simd pragma to tell the compiler which functions have simd va

Re: libmvec simd math functions in fortran

2017-11-02 Thread Janne Blomqvist
On Thu, Nov 2, 2017 at 2:49 PM, Szabolcs Nagy wrote: > On 01/11/17 16:47, Szabolcs Nagy wrote: >> On 01/11/17 16:26, Jakub Jelinek wrote: >>> On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: is there a way to get vectorized math functions in fortran? in c code there is

Re: libmvec simd math functions in fortran

2017-11-02 Thread Richard Biener
On Thu, Nov 2, 2017 at 2:07 PM, Richard Biener wrote: > On Thu, Nov 2, 2017 at 1:49 PM, Szabolcs Nagy wrote: >> On 01/11/17 16:47, Szabolcs Nagy wrote: >>> On 01/11/17 16:26, Jakub Jelinek wrote: On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: > is there a way to get vecto

Re: libmvec simd math functions in fortran

2017-11-02 Thread Jakub Jelinek
On Thu, Nov 02, 2017 at 12:49:18PM +, Szabolcs Nagy wrote: > to answer my question.. > > it seems fortran cannot express the type signature > of mathematical functions because arguments are > passed by reference. Fortran indeed normally does pass by reference, and you can vectorize it that wa

Re: libmvec simd math functions in fortran

2017-11-02 Thread Richard Biener
On Thu, Nov 2, 2017 at 1:49 PM, Szabolcs Nagy wrote: > On 01/11/17 16:47, Szabolcs Nagy wrote: >> On 01/11/17 16:26, Jakub Jelinek wrote: >>> On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: is there a way to get vectorized math functions in fortran? in c code there is

Re: libmvec simd math functions in fortran

2017-11-02 Thread Szabolcs Nagy
On 01/11/17 16:47, Szabolcs Nagy wrote: > On 01/11/17 16:26, Jakub Jelinek wrote: >> On Wed, Nov 01, 2017 at 04:23:11PM +, Szabolcs Nagy wrote: >>> is there a way to get vectorized math functions in fortran? >>> >>> in c code there is attribute simd declarations or openmp >>> declare simd pragm