PPC64: Attach SIMD attribute to cosf, sin, sinf function declarations.

These changes were mistakenly left out of the patches that added SIMD
versions of these functions to libmvec.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
This commit is contained in:
Bert Tenjy 2020-02-13 11:55:31 -06:00 committed by Tulio Magno Quites Machado Filho
parent 01d11f7eb9
commit 0209f783fe

View File

@ -36,6 +36,12 @@
# ifdef __DECL_SIMD_PPC64
# undef __DECL_SIMD_cos
# define __DECL_SIMD_cos __DECL_SIMD_PPC64
# undef __DECL_SIMD_cosf
# define __DECL_SIMD_cosf __DECL_SIMD_PPC64
# undef __DECL_SIMD_sin
# define __DECL_SIMD_sin __DECL_SIMD_PPC64
# undef __DECL_SIMD_sinf
# define __DECL_SIMD_sinf __DECL_SIMD_PPC64
# undef __DECL_SIMD_log
# define __DECL_SIMD_log __DECL_SIMD_PPC64
# undef __DECL_SIMD_logf