1
0
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:
Joseph Myers
2013-10-15 23:33:37 +00:00
parent 4b1a6d8bc9
commit 9ebb0332fc
3 changed files with 5 additions and 33 deletions

View File

@ -129,9 +129,6 @@
#define FP_SET_EXCEPTION(ex) \
_fex |= (ex)
#define FP_UNSET_EXCEPTION(ex) \
_fex &= ~(ex)
#define FP_CLEAR_EXCEPTIONS \
_fex = 0