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