ret
.global feclearexcept
+.type feclearexcept,@function
feclearexcept:
xor %eax,%eax
mov 4(%esp),%ecx
ret
.global feraiseexcept
+.type feraiseexcept,@function
feraiseexcept:
xor %eax,%eax
mov 4(%esp),%edx
ret
.global fesetround
+.type fesetround,@function
fesetround:
mov 4(%esp),%ecx
xor %eax,%eax
ret
.global fegetround
+.type fegetround,@function
fegetround:
sub $28,%esp
fnstenv (%esp)
ret
.global fegetenv
+.type fegetenv,@function
fegetenv:
mov 4(%esp),%ecx
xor %eax,%eax
ret
.global fesetenv
+.type fesetenv,@function
fesetenv:
mov 4(%esp),%ecx
xor %eax,%eax
ret
.global fetestexcept
+.type fetestexcept,@function
fetestexcept:
mov 4(%esp),%ecx
fnstsw %ax
ret
.global feclearexcept
+.type feclearexcept,@function
feclearexcept:
xor %eax,%eax
xor %esi,%esi
ret
.global feraiseexcept
+.type feraiseexcept,@function
feraiseexcept:
xor %eax,%eax
mov %edi,%esi
ret
.global fesetround
+.type fesetround,@function
fesetround:
xor %eax,%eax
sub $32,%rsp
ret
.global fegetround
+.type fegetround,@function
fegetround:
push %rax
stmxcsr (%rsp)
ret
.global fegetenv
+.type fegetenv,@function
fegetenv:
xor %eax,%eax
fnstenv (%rdi)
ret
.global fesetenv
+.type fesetenv,@function
fesetenv:
xor %eax,%eax
inc %rdi
ret
.global fetestexcept
+.type fetestexcept,@function
fetestexcept:
push %rax
stmxcsr (%rsp)