mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
7 lines
106 B
ArmAsm
7 lines
106 B
ArmAsm
.global fegetenv
|
|
.type fegetenv,@function
|
|
fegetenv:
|
|
xor %eax,%eax
|
|
fnstenv (%rdi)
|
|
stmxcsr 28(%rdi)
|
|
ret
|