cosmopolitan/libc/math/fegetround.S
2020-06-15 07:18:57 -07:00

9 lines
130 B
ArmAsm

.global fegetround
.type fegetround,@function
fegetround:
push %rax
stmxcsr (%rsp)
pop %rax
shr $3,%eax
and $0xc00,%eax
ret