mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
soft-fp: remove unused macros.
This commit is contained in:
@ -129,9 +129,6 @@
|
||||
#define FP_SET_EXCEPTION(ex) \
|
||||
_fex |= (ex)
|
||||
|
||||
#define FP_UNSET_EXCEPTION(ex) \
|
||||
_fex &= ~(ex)
|
||||
|
||||
#define FP_CLEAR_EXCEPTIONS \
|
||||
_fex = 0
|
||||
|
||||
|
Reference in New Issue
Block a user