comparison libgcc/config/i386/sfp-machine.h @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
56 56
57 #define FP_HANDLE_EXCEPTIONS \ 57 #define FP_HANDLE_EXCEPTIONS \
58 do { \ 58 do { \
59 if (__builtin_expect (_fex, 0)) \ 59 if (__builtin_expect (_fex, 0)) \
60 __sfp_handle_exceptions (_fex); \ 60 __sfp_handle_exceptions (_fex); \
61 } while (0); 61 } while (0)
62 62
63 #define FP_TRAPPING_EXCEPTIONS ((~_fcw >> FP_EX_SHIFT) & FP_EX_ALL) 63 #define FP_TRAPPING_EXCEPTIONS ((~_fcw >> FP_EX_SHIFT) & FP_EX_ALL)
64 64
65 #define FP_ROUNDMODE (_fcw & FP_RND_MASK) 65 #define FP_ROUNDMODE (_fcw & FP_RND_MASK)
66 #endif 66 #endif