diff options
Diffstat (limited to 'sysdeps/x86/fpu/bits/math-vector.h')
-rw-r--r-- | sysdeps/x86/fpu/bits/math-vector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/x86/fpu/bits/math-vector.h b/sysdeps/x86/fpu/bits/math-vector.h index 27294ce9fa..b3ef8330e8 100644 --- a/sysdeps/x86/fpu/bits/math-vector.h +++ b/sysdeps/x86/fpu/bits/math-vector.h @@ -30,5 +30,7 @@ # define __DECL_SIMD_x86_64 _Pragma ("omp declare simd notinbranch") # undef __DECL_SIMD_cos # define __DECL_SIMD_cos __DECL_SIMD_x86_64 +# undef __DECL_SIMD_cosf +# define __DECL_SIMD_cosf __DECL_SIMD_x86_64 # endif #endif |