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