mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 20:24:54 +00:00
fix mips fesetround failure to write back resulting mode
patch by Anand Takale.
This commit is contained in:
parent
f3a53f095c
commit
fd2add5ba0
@ -43,6 +43,7 @@ __fesetround:
|
||||
li $6, -4
|
||||
and $5, $5, $6
|
||||
or $5, $5, $4
|
||||
ctc1 $5, $31
|
||||
jr $ra
|
||||
li $2, 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user