  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   13 #ifndef CXXUTILS_TRAPPING_FP_H 
   14 #define CXXUTILS_TRAPPING_FP_H 
   20 #if defined(__clang__) && defined(__x86_64__) 
   21 # define CXXUTILS_TRAPPING_FP _Pragma("float_control(except, on)") \ 
   22          class CxxUtilsTrappingFPDummy 
   24 # define CXXUTILS_TRAPPING_FP class CxxUtilsTrappingFPDummy 
   28 #endif // not CXXUTILS_TRAPPING_FP_H