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
bfbc6416
Commit
bfbc6416
authored
Jun 28, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Treat HFmode like SFmode, for now.
From-SVN: r7576
parent
cb5b00cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
gcc/real.c
+5
-0
No files found.
gcc/real.c
View file @
bfbc6416
...
...
@@ -465,6 +465,7 @@ endian (e, x, mode)
x
[
1
]
=
(
long
)
t
;
/* fall into the float case */
case
HFmode
:
case
SFmode
:
/* swap halfwords in the first word */
...
...
@@ -513,6 +514,7 @@ endian (e, x, mode)
x
[
1
]
=
(
long
)
t
;
/* fall into the float case */
case
HFmode
:
case
SFmode
:
/* pack the first long */
...
...
@@ -668,6 +670,7 @@ ereal_atof (s, t)
switch
(
t
)
{
case
HFmode
:
case
SFmode
:
asctoe24
(
s
,
tem
);
e24toe
(
tem
,
e
);
...
...
@@ -956,6 +959,7 @@ real_value_truncate (mode, arg)
e53toe
(
t
,
t
);
break
;
case
HFmode
:
case
SFmode
:
etoe24
(
e
,
t
);
e24toe
(
t
,
t
);
...
...
@@ -5465,6 +5469,7 @@ make_nan (nan, sign, mode)
n
=
4
;
p
=
DFnan
;
break
;
case
HFmode
:
case
SFmode
:
n
=
2
;
p
=
SFnan
;
...
...
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