mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-21 05:29:02 +00:00
9 lines
130 B
ArmAsm
9 lines
130 B
ArmAsm
.global fegetround
|
|
.type fegetround,@function
|
|
fegetround:
|
|
push %rax
|
|
stmxcsr (%rsp)
|
|
pop %rax
|
|
shr $3,%eax
|
|
and $0xc00,%eax
|
|
ret
|