diff options
author | Andrew Senkevich <andrew.senkevich@intel.com> | 2016-10-17 17:55:28 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.senkevich@intel.com> | 2016-10-17 17:55:28 +0300 |
commit | 0350824fabf12da92c3ed5e1f3938bc1453a5938 (patch) | |
tree | c223e51538a3b9ec98d3b96850dfbcfb972eea4d /sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c | |
parent | 79312adef2645f9051b251c56b0e45f6c4d38058 (diff) | |
download | glibc-0350824fabf12da92c3ed5e1f3938bc1453a5938.tar.gz glibc-0350824fabf12da92c3ed5e1f3938bc1453a5938.tar.xz glibc-0350824fabf12da92c3ed5e1f3938bc1453a5938.zip |
Fixed x86_64 vector sincos/sincosf ABI.
Fixed wrong vector sincos/sincosf ABI to have it compatible with current vector function declaration "#pragma omp declare simd notinbranch", according to which vector sincos should have vector of pointers for second and third parameters. It is fixed with implementation as wrapper to version having second and third parameters as pointers. (cherry-picked from commit ee2196bb6766ca7e63a1ba22ebb7619a3266776a)
Diffstat (limited to 'sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c')
-rw-r--r-- | sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c b/sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c new file mode 100644 index 0000000000..5b45f0a055 --- /dev/null +++ b/sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512.c @@ -0,0 +1 @@ +#include "test-float-libmvec-sincosf.c" |