Hello.
This was a mail in thread Re: Expanding roundeven on 19th June but as
its gone far inside the thread, I thought of having a fresh one. The
following patch expands roundeven with instruction vroundsd using
-mavx option but without it is giving internal compiler error which I
believe is due t
> > Implementation of competing systems:
> > The intel OpenMP implementation [1] is simpler.
> > It uses a single queue for each thread and a single subroutine for
> > dequeuing and executing the tasks [2, 3].
> > The taskgroup tasks and childen tasks are only counted (not queued) [4, 5,
> > 6].
Snapshot gcc-9-20190629 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/9-20190629/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-9