glibc/sysdeps/x86/fpu
Andrew Senkevich 377ed004f2 Utilize x86_64 vector math functions w/o -fopenmp.
This patch allows to use x86_64 vector math functions with GCC 6.*
without OpenMP SIMD constructs.  For additional details please visit
<https://sourceware.org/glibc/wiki/libmvec#Example_2>.

    * sysdeps/x86/fpu/bits/math-vector.h: W/o -fopenmp declare vector math
    functions with GCC 6.* __attribute__ ((__simd__)).
2015-12-07 21:58:26 +03:00
..
bits Utilize x86_64 vector math functions w/o -fopenmp. 2015-12-07 21:58:26 +03:00
include/bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Handle more state in i386/x86_64 fesetenv (bug 16068). 2015-10-28 22:58:29 +00:00
powl_helper.c Fix pow missing underflows (bug 18825). 2015-09-25 22:29:10 +00:00
test-fenv-clear-sse.c Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181). 2015-10-28 18:50:20 +00:00
test-fenv-sse-2.c Handle more state in i386/x86_64 fesetenv (bug 16068). 2015-10-28 22:58:29 +00:00
test-fenv-sse.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
test-fenv-x87.c Handle more state in i386/x86_64 fesetenv (bug 16068). 2015-10-28 22:58:29 +00:00