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_finite.s
blob
891c4ac4e223db695a1d3439f7c628be39e5a4af
1
.text
2
.p2align 4,,15
3
.globl __finite
4
.hidden __finite
5
.type __finite, @function
6
__finite
:
7
movq
%
xmm0
, %
rax
8
movabsq $
9218868437227405312
, %
rdx
9
andq
%
rdx
, %
rax
10
subq
%
rdx
, %
rax
11
shrq $
63
, %
rax
12
ret
13
.size __finite, .-__finite
14
.weak finite
15
.set finite,__finite