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
36cea870
Commit
36cea870
authored
Dec 09, 2004
by
David Edelsohn
Committed by
David Edelsohn
Dec 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* real.c (ibm_extended): Correct comment.
From-SVN: r91964
parent
dc4d6ffa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/real.c
+1
-2
No files found.
gcc/ChangeLog
View file @
36cea870
2004
-
12
-
09
David
Edelsohn
<
edelsohn
@
gnu
.
org
>
*
real
.
c
(
ibm_extended
):
Correct
comment
.
2004
-
12
-
09
Stan
Shebs
<
shebs
@
apple
.
com
>
*
config
/
rs6000
/
darwin
-
asm
.
h
:
New
file
,
32
/
64
-
bit
assembly
macros
...
...
gcc/real.c
View file @
36cea870
...
...
@@ -3292,8 +3292,7 @@ const struct real_format ieee_extended_intel_96_round_53_format =
range as an IEEE double precision value, but effectively 106 bits of
significand precision. Infinity and NaN are represented by their IEEE
double precision value stored in the first number, the second number is
ignored. Zeroes, Infinities, and NaNs are set in both doubles
due to precedent. */
+0.0 or -0.0 for Infinity and don't-care for NaN. */
static
void
encode_ibm_extended
(
const
struct
real_format
*
fmt
,
long
*
,
const
REAL_VALUE_TYPE
*
);
...
...
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