repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
math
/
s_signbit.s
blob
cc484aafa26de89b0fa2dbf6669179559e0f7930
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