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
c18f0c26
Commit
c18f0c26
authored
Mar 07, 2006
by
Ben Elliston
Committed by
Ben Elliston
Mar 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/fp-bit.h (CMPtype): Typedef to a word mode integer.
From-SVN: r111823
parent
9fe2e733
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+4
-0
gcc/config/fp-bit.h
+3
-2
No files found.
gcc/ChangeLog
View file @
c18f0c26
2006
-
03
-
08
Ben
Elliston
<
bje
@au
.
ibm
.
com
>
*
config
/
fp
-
bit
.
h
(
CMPtype
)
:
Typedef
to
a
word
mode
integer
.
2006
-
03
-
07
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
PR
gomp
/
26238
...
...
gcc/config/fp-bit.h
View file @
c18f0c26
...
...
@@ -107,9 +107,10 @@ typedef int DItype __attribute__ ((mode (DI)));
typedef
int
TItype
__attribute__
((
mode
(
TI
)));
#endif
/* The type of the result of a fp compare */
/* The type of the result of a floating point comparison. This must
match `word_mode' in GCC for the target. */
#ifndef CMPtype
#define CMPtype SItype
typedef
int
CMPtype
__attribute__
((
mode
(
word
)));
#endif
typedef
unsigned
int
UHItype
__attribute__
((
mode
(
HI
)));
...
...
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