clarify the purpose of this project
[nyanglibc.git] / math / s_signbitf128.s
blobd52f4a92af5286f6598a3ee2fafcd8920c2b5f7d
1 .text
2 .p2align 4,,15
3 .globl __signbitf128
4 .type __signbitf128, @function
5 __signbitf128:
6 movmskps %xmm0, %eax
7 andl $8, %eax
8 ret
9 .size __signbitf128, .-__signbitf128