1#define _GNU_SOURCE
2#include <fenv.h>
3#include <internal.h>
4
5int __cdecl fegetexcept(void)
6{
7 return ~__mingw_controlfp(0, 0) & FE_ALL_EXCEPT;
8}