Sign in
third-party-mirror
/
mingw-w64
/
518dd33c326f65684e8e938262b2a9ca94804cfb
/
.
/
mingw-w64-crt
/
math
/
remainderf.S
blob: 8e76b7826e6d4b8dad4c9fd7b6b6ba588ad3cb54 [
file
] [
log
] [
blame
]
/*
*
Written by J.T. Conklin
<
jtc
@
netbsd.org
>
.
*
Public domain.
*/
.file
"remainderf.S"
.text
.align
4
.globl _remainder
.def _remainderf
;
.scl
2
;
.type
32
;
.endef
_remainderf
:
flds
8
(
%esp
)
flds
4
(
%esp
)
1
:
fprem1
fstsw %ax
sahf
jp
1
b
fstp %st
(
1
)
ret