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
72111a1f
Commit
72111a1f
authored
Oct 27, 2004
by
Nicolas Pitre
Committed by
Nicolas Pitre
Oct 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/ieee754-df.S (floatdidf): Fix regression with big values.
From-SVN: r89709
parent
38b0dcb8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/arm/ieee754-df.S
+1
-1
No files found.
gcc/ChangeLog
View file @
72111a1f
2004
-
10
-
27
Nicolas
Pitre
<
nico
@
cam
.
org
>
*
config
/
arm
/
ieee754
-
df
.
S
(
floatdidf
):
Fix
regression
with
big
values
.
2004
-
10
-
27
Zdenek
Dvorak
<
dvorakz
@
suse
.
cz
>
2004
-
10
-
27
Zdenek
Dvorak
<
dvorakz
@
suse
.
cz
>
PR
tree
-
optimization
/
18048
PR
tree
-
optimization
/
18048
...
...
gcc/config/arm/ieee754-df.S
View file @
72111a1f
...
@@ -511,7 +511,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf
...
@@ -511,7 +511,7 @@ ARM_FUNC_ALIAS aeabi_l2d floatdidf
addne r2, r2, #3
addne r2, r2, #3
movs ip, ip, lsr #3
movs ip, ip, lsr #3
addne r2, r2, #3
addne r2, r2, #3
add r2, r2, ip
add r2, r2, ip
, lsr #3
rsb r3, r2, #32
rsb r3, r2, #32
mov ip, xl, lsl r3
mov ip, xl, lsl r3
...
...
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