diff options
Diffstat (limited to 'soft-fp/soft-fp.h')
-rw-r--r-- | soft-fp/soft-fp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/soft-fp/soft-fp.h b/soft-fp/soft-fp.h index b3f4c3014e..02a1a279ea 100644 --- a/soft-fp/soft-fp.h +++ b/soft-fp/soft-fp.h @@ -129,9 +129,6 @@ #define FP_SET_EXCEPTION(ex) \ _fex |= (ex) -#define FP_UNSET_EXCEPTION(ex) \ - _fex &= ~(ex) - #define FP_CLEAR_EXCEPTIONS \ _fex = 0 |