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