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_signbitf.s
blob
22ed04543b27b73e316bc481fc33d1fe962c81e0
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