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:
5fc1487
)
simplify armhf fesetenv
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 8 Feb 2015 18:13:09 +0000
(19:13 +0100)
committer
Szabolcs Nagy
<nsz@port70.net>
Sun, 8 Feb 2015 18:13:09 +0000
(19:13 +0100)
armhf fesetenv implementation did a useless read of the fpscr.
src/fenv/armhf/fenv.s
patch
|
blob
|
history
diff --git
a/src/fenv/armhf/fenv.s
b/src/fenv/armhf/fenv.s
index 26ac87e10042c8526e8cacc688a3d23a8d486e30..387234bc2d012b14aef9ffc9d281067e7be049ad 100644
(file)
--- a/
src/fenv/armhf/fenv.s
+++ b/
src/fenv/armhf/fenv.s
@@
-54,7
+54,6
@@
fegetenv:
.global fesetenv
.type fesetenv,%function
fesetenv:
- mrc p10, 7, r3, cr1, cr0, 0
cmn r0, #1
moveq r3, #0
ldrne r3, [r0]