Sign in
third-party-mirror
/
mingw-w64
/
7be845814494130a499a1e2e29b9470cb2fcb44d
/
.
/
mingw-w64-crt
/
crt64
/
CRT_fp10.c
blob: d12ffa7c8d9ccfecf316c015221bc1a82e6eb6a6 [
file
] [
log
] [
blame
]
void
_fpreset
(
void
)
{
__asm__
(
"fninit"
)
;}
void
__attribute__
((
alias
(
"_fpreset"
)))
fpreset
(
void
);