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
bc800bb2
Commit
bc800bb2
authored
Sep 29, 2003
by
Zack Weinberg
Committed by
Zack Weinberg
Sep 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* real.c (real_sqrt): Use get_canonical_qnan directly.
From-SVN: r71919
parent
d464f1b8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+2
-0
gcc/real.c
+1
-2
No files found.
gcc/ChangeLog
View file @
bc800bb2
2003-09-29 Zack Weinberg <zack@codesourcery.com>
* real.c (real_sqrt): Use get_canonical_qnan directly.
* dwarf2out.c (add_const_value_attribute): Use real_to_target.
* varasm.c (assemble_real): Use real_to_target directly,
...
...
gcc/real.c
View file @
bc800bb2
...
...
@@ -4459,8 +4459,7 @@ real_sqrt (REAL_VALUE_TYPE *r, enum machine_mode mode,
/* Negative arguments return NaN. */
if
(
real_isneg
(
x
))
{
/* Mode is ignored for canonical NaN. */
real_nan
(
r
,
""
,
1
,
SFmode
);
get_canonical_qnan
(
r
,
0
);
return
false
;
}
...
...
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