Utilize x86_64 vector math functions w/o -fopenmp.
authorAndrew Senkevich <andrew.senkevich@intel.com>
Mon, 7 Dec 2015 18:58:26 +0000 (21:58 +0300)
committerAndrew Senkevich <andrew.senkevich@intel.com>
Mon, 7 Dec 2015 18:58:26 +0000 (21:58 +0300)
commit377ed004f2c5b498e0620426a0af447172351f35
treefef8d735932661766b531d2daac7d229ffdee061
parent5d1d4918eebdaaf0ab0a5baf28c502c32c21f12e
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__)).
ChangeLog
sysdeps/x86/fpu/bits/math-vector.h