repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hppa: Update libm-test-ulps
[glibc.git]
/
sysdeps
/
x86_64
/
fpu
/
s_finitel.S
blob
12b31043744b194554bc5be3530b24b2a7c6147f
1
2
#include <machine/asm.h>
3
4
ENTRY(__finitel)
5
movl 16(%rsp),%eax
6
orl $0xffff8000, %eax
7
incl %eax
8
shrl $31, %eax
9
ret
10
END (__finitel)
11
weak_alias (__finitel, finitel)
12
hidden_def (__finitel)