diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 16:33:07 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 15:11:13 +0200 |
commit | b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 (patch) | |
tree | d1bbd22d16d03ba2e651fa60d08a81857327fabc /arch/mips/math-emu/ieee754.c | |
parent | MIPS: math-emu: Use SPSIGN() rather than DPSIGN() in ieee754sp_sub(). (diff) | |
download | linux-b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762.tar.xz linux-b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762.zip |
MIPS: math-emu: Eleminate duplicate definitions of identical macros.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754.c')
-rw-r--r-- | arch/mips/math-emu/ieee754.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index 43a9a085ce62..f3b5fa0adbbb 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c @@ -35,14 +35,6 @@ #include "ieee754sp.h" #include "ieee754dp.h" -#define DP_EBIAS 1023 -#define DP_EMIN (-1022) -#define DP_EMAX 1023 - -#define SP_EBIAS 127 -#define SP_EMIN (-126) -#define SP_EMAX 127 - /* special constants */ |