Sign in
mingw
/
mingw-w64
/
7ad22457d5c1b66da5f2fb89285a057df8b97281
/
.
/
mingw-w64-crt
/
misc
/
fedisableexcept.c
blob: 29b905e3d84fa47f635df3e94e2d1e61d73258da [
file
]
#define
_GNU_SOURCE
#include
<fenv.h>
#include
<internal.h>
int
__cdecl fedisableexcept
(
int
excepts
)
{
return
__mingw_controlfp
(
excepts
&
FE_ALL_EXCEPT
,
excepts
&
FE_ALL_EXCEPT
)
&
FE_ALL_EXCEPT
;
}