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
0e08f686
Commit
0e08f686
authored
Feb 17, 2009
by
Uros Bizjak
Committed by
Uros Bizjak
Feb 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
double.h: Update from glibc CVS.
* config/soft-fp/double.h: Update from glibc CVS. From-SVN: r144229
parent
a60b7ddb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+4
-0
gcc/config/soft-fp/double.h
+4
-3
No files found.
gcc/ChangeLog
View file @
0e08f686
2009-02-17 Uros Bizjak <ubizjak@gmail.com>
* config/soft-fp/double.h: Update from glibc CVS.
2009-02-17 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39207
...
...
gcc/config/soft-fp/double.h
View file @
0e08f686
/* Software floating-point emulation.
Definitions for IEEE Double Precision
Copyright (C) 1997,1998,1999,2006,2007 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999, 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson (rth@cygnus.com),
Jakub Jelinek (jj@ultra.linux.cz),
...
...
@@ -203,13 +204,13 @@ union _FP_UNION_D
#define FP_UNPACK_SEMIRAW_D(X,val) \
do { \
_FP_UNPACK_RAW_
2(1
,X,val); \
_FP_UNPACK_RAW_
1(D
,X,val); \
_FP_UNPACK_SEMIRAW(D,1,X); \
} while (0)
#define FP_UNPACK_SEMIRAW_DP(X,val) \
do { \
_FP_UNPACK_RAW_
2_P(1
,X,val); \
_FP_UNPACK_RAW_
1_P(D
,X,val); \
_FP_UNPACK_SEMIRAW(D,1,X); \
} while (0)
...
...
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