Go to the documentation of this file.
17 #ifndef __vtkFloatingPointExceptionsConfigure_h
18 #define __vtkFloatingPointExceptionsConfigure_h
20 #define VTK_HAS_FEENABLEEXCEPT
23 #if defined(VTK_HAS_FEENABLEEXCEPT) && defined(_GNU_SOURCE)
24 # define VTK_USE_FENV 1
27 #endif //__vtkFloatingPointExceptionsConfigure_h