Skip to content
Snippets Groups Projects
Commit 5571406b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Removed underflow from FPE manager

parent 36ca1132
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
#ifdef PASTIS_HAS_FENV_H
#include <fenv.h>
#define MANAGED_FPE (FE_DIVBYZERO|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW)
#define MANAGED_FPE (FE_DIVBYZERO|FE_INVALID|FE_OVERFLOW)
#ifdef SYSTEM_IS_DARWIN
// MacOS-X requires definition of feenableexcept and fedisableexcept
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment