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