cosmopolitan/libc/math/fegetenv.S

8 lines
106 B
ArmAsm

.global fegetenv
.type fegetenv,@function
fegetenv:
xor %eax,%eax
fnstenv (%rdi)
stmxcsr 28(%rdi)
ret