glibc/sysdeps/x86/fpu/bits
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
..
fenv.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
math-vector.h Utilize x86_64 vector math functions w/o -fopenmp. 2015-12-07 21:58:26 +03:00
mathinline.h Fix atan / atan2 missing underflows (bug 15319). 2015-02-18 21:10:49 +00:00