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