Sign in
mingw
/
mingw-w64
/
refs/heads/master
/
.
/
mingw-w64-crt
/
misc
/
feenableexcept.c
blob: 8a40bd5fdc6b869df1be37fad99e84afd187fe5d [
file
] [
log
] [
blame
]
#define
_GNU_SOURCE
#include
<fenv.h>
#include
<internal.h>
int
__cdecl feenableexcept
(
int
excepts
)
{
return
__mingw_controlfp
(
0
,
excepts
&
FE_ALL_EXCEPT
)
&
FE_ALL_EXCEPT
;
}