cosmopolitan/libc/math/fegetenv.S
2020-06-15 07:18:57 -07:00

7 lines
106 B
ArmAsm

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