diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/s_sinf.S')
-rw-r--r-- | sysdeps/x86_64/fpu/s_sinf.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/s_sinf.S b/sysdeps/x86_64/fpu/s_sinf.S index 253ba7d6f0..c505d60091 100644 --- a/sysdeps/x86_64/fpu/s_sinf.S +++ b/sysdeps/x86_64/fpu/s_sinf.S @@ -18,6 +18,7 @@ #include <sysdep.h> #include <errno.h> +#include <libm-alias-float.h> /* Short algorithm description: * @@ -555,4 +556,4 @@ L(SP_ABS_MASK): /* Mask for getting SP absolute value */ .type L(SP_ABS_MASK), @object ASM_SIZE_DIRECTIVE(L(SP_ABS_MASK)) -weak_alias(__sinf, sinf) +libm_alias_float (__sin, sin) |