Skip to content
Snippets Groups Projects
Commit 7ec89af0 authored by Stéphane Del Pino's avatar Stéphane Del Pino Committed by Stéphane Del Pino
Browse files

Removed underflow from FPE manager

parent 3670e02d
No related branches found
No related tags found
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