clarify the purpose of this project
[nyanglibc.git] / math / s_signbitf.shared.s
blob22ed04543b27b73e316bc481fc33d1fe962c81e0
1 .globl __signbitf
2 .type __signbitf,@function
3 .align 1<<4
4 __signbitf:
5 pmovmskb %xmm0, %eax
6 andl $0x8, %eax
7 ret
8 .size __signbitf,.-__signbitf