Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xcap-capability-linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xcap
xcap-capability-linux
Commits
3c5c8f67
Commit
3c5c8f67
authored
19 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
Delete unused ieee754_cname[] and declaration.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
efec3c4e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/mips/math-emu/ieee754.c
+0
-10
0 additions, 10 deletions
arch/mips/math-emu/ieee754.c
arch/mips/math-emu/ieee754.h
+0
-1
0 additions, 1 deletion
arch/mips/math-emu/ieee754.h
with
0 additions
and
11 deletions
arch/mips/math-emu/ieee754.c
+
0
−
10
View file @
3c5c8f67
...
...
@@ -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
*/
...
...
This diff is collapsed.
Click to expand it.
arch/mips/math-emu/ieee754.h
+
0
−
1
View file @
3c5c8f67
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment