projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ea20dc
)
use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too
author
Rich Felker
<dalias@aerifal.cx>
Sat, 2 Jun 2012 20:48:22 +0000
(16:48 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 2 Jun 2012 20:48:22 +0000
(16:48 -0400)
this was fixed previously on i386 but the corresponding code on x86_64
was missed.
src/math/x86_64/llrintl.s
patch
|
blob
|
history
diff --git
a/src/math/x86_64/llrintl.s
b/src/math/x86_64/llrintl.s
index 3f3b7eea7930f94e6cdaec8861466dc0c05daa85..1ec0817d3fd7dfa891347dad4e76ea780e5dda2a 100644
(file)
--- a/
src/math/x86_64/llrintl.s
+++ b/
src/math/x86_64/llrintl.s
@@
-2,6
+2,6
@@
.type llrintl,@function
llrintl:
fldt 8(%rsp)
- fistp
q
8(%rsp)
+ fistp
ll
8(%rsp)
mov 8(%rsp),%rax
ret