Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bc185257
Commit
bc185257
authored
Mar 22, 2002
by
Richard Sandiford
Committed by
Richard Sandiford
Mar 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* real.c (eiisneg): Move outside #ifdef NANS.
From-SVN: r51172
parent
7225b8ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+4
-0
gcc/real.c
+1
-3
No files found.
gcc/ChangeLog
View file @
bc185257
2002-03-22 Richard Sandiford <rsandifo@redhat.com>
* real.c (eiisneg): Move outside #ifdef NANS.
Fri Mar 22 12:08:36 CET 2002 Jan Hubicka <jh@suse.cz>
* cfgcleanup.c (outgoing_edges_math): Fix condition; relax
...
...
gcc/real.c
View file @
bc185257
...
...
@@ -333,9 +333,9 @@ static void einfin PARAMS ((UEMUSHORT *));
static
void
enan
PARAMS
((
UEMUSHORT
*
,
int
));
static
void
einan
PARAMS
((
UEMUSHORT
*
));
static
int
eiisnan
PARAMS
((
const
UEMUSHORT
*
));
static
int
eiisneg
PARAMS
((
const
UEMUSHORT
*
));
static
void
make_nan
PARAMS
((
UEMUSHORT
*
,
int
,
enum
machine_mode
));
#endif
static
int
eiisneg
PARAMS
((
const
UEMUSHORT
*
));
static
void
saturate
PARAMS
((
UEMUSHORT
*
,
int
,
int
,
int
));
static
void
emovi
PARAMS
((
const
UEMUSHORT
*
,
UEMUSHORT
*
));
static
void
emovo
PARAMS
((
const
UEMUSHORT
*
,
UEMUSHORT
*
));
...
...
@@ -1883,7 +1883,6 @@ eiisnan (x)
/* Return nonzero if sign of exploded e-type X is nonzero. */
#ifdef NANS
static
int
eiisneg
(
x
)
const
UEMUSHORT
x
[];
...
...
@@ -1891,7 +1890,6 @@ eiisneg (x)
return
x
[
0
]
!=
0
;
}
#endif
/* NANS */
#if 0
/* Fill exploded e-type X with infinity pattern.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment