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