 |
ATLAS Offline Software
|
Loading...
Searching...
No Matches
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