gcc-7-20180614 is now available

2018-06-14 Thread gccadmin
Snapshot gcc-7-20180614 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/7-20180614/ 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 in gcc to have vector math in fortran

2018-06-14 Thread Richard Biener
On Tue, Apr 10, 2018 at 3:07 PM Jakub Jelinek wrote: > > On Tue, Apr 10, 2018 at 02:55:43PM +0200, Richard Biener wrote: > > > And the easiest solution is in the Fortran FE based on some flag > > > (e.g. -mveclibabi=glibc) through a target hook add > > > __attribute__((__simd__ ("notinbranch"))) >