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