style
This commit is contained in:
parent
bb2bc1a9ca
commit
04fd82b112
@ -94,13 +94,15 @@ unusual (void) {
|
|||||||
#if defined(PLATFORM_LINUX)
|
#if defined(PLATFORM_LINUX)
|
||||||
#include <fenv.h>
|
#include <fenv.h>
|
||||||
void
|
void
|
||||||
enable_fpe (void) {
|
enable_fpe (void)
|
||||||
|
{
|
||||||
feenableexcept (FE_DIVBYZERO | FE_INVALID);
|
feenableexcept (FE_DIVBYZERO | FE_INVALID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
disable_fpe (void) {
|
disable_fpe (void)
|
||||||
|
{
|
||||||
feenableexcept (0);
|
feenableexcept (0);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user