Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11290
b: refs/heads/master
c: 3c5c8f6
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent ccce74b commit 83cd547
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: efec3c4e962d4cafbb8f0a050d05d1cd6e95458d
refs/heads/master: 3c5c8f6748ce5a4a63ac7d025ddca4a01574a1a7
10 changes: 0 additions & 10 deletions trunk/arch/mips/math-emu/ieee754.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@
#define SP_EMIN (-126)
#define SP_EMAX 127

/* indexed by class */
const char *const ieee754_cname[] = {
"Normal",
"Zero",
"Denormal",
"Infinity",
"QNaN",
"SNaN",
};

/* special constants
*/

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/math-emu/ieee754.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ ieee754dp ieee754dp_sqrt(ieee754dp x);
#define IEEE754_CLASS_INF 0x03
#define IEEE754_CLASS_SNAN 0x04
#define IEEE754_CLASS_QNAN 0x05
extern const char *const ieee754_cname[];

/* exception numbers */
#define IEEE754_INEXACT 0x01
Expand Down

0 comments on commit 83cd547

Please sign in to comment.