diff options
Diffstat (limited to 'sysdeps/powerpc/bits')
-rw-r--r-- | sysdeps/powerpc/bits/math-vector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/bits/math-vector.h b/sysdeps/powerpc/bits/math-vector.h index e7846b4bfa..5709efbae0 100644 --- a/sysdeps/powerpc/bits/math-vector.h +++ b/sysdeps/powerpc/bits/math-vector.h @@ -48,6 +48,8 @@ # define __DECL_SIMD_expf __DECL_SIMD_PPC64 # undef __DECL_SIMD_exp # define __DECL_SIMD_exp __DECL_SIMD_PPC64 +# undef __DECL_SIMD_powf +# define __DECL_SIMD_powf __DECL_SIMD_PPC64 # endif #endif |