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
8254cb45
Commit
8254cb45
authored
Jun 25, 2002
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jun 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi: Fix formatting of last checkin.
From-SVN: r54999
parent
f9ee10ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+2
-2
No files found.
gcc/ChangeLog
View file @
8254cb45
2002-06-25 Loren J. Rittle <ljrittle@acm.org>
* doc/extend.texi: Fix formatting of last checkin.
2002-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
...
...
gcc/doc/extend.texi
View file @
8254cb45
...
...
@@ -5118,11 +5118,11 @@ constant is of the same type as the variable it is initializing. The
@
code
{
vector
bool
}
type
is
deprecated
and
will
be
discontinued
in
further
revisions
.
Use
@
code
{
vector
signed
}
instead
.
If
@
code
{
signed
}
or
@
code
{
unsigned
}
is
omitted
,
the
vector
type
will
default
to
@{
signed
}.
Lastly
,
all
overloaded
functions
are
implemented
with
macros
@
code
{
signed
}.
Lastly
,
all
overloaded
functions
are
implemented
with
macros
for
the
C
implementation
.
So
code
the
following
example
will
not
work
:
@
smallexample
vec_add
((
vector
signed
int
)
{
1
,
2
,
3
,
4
},
foo
);
vec_add
((
vector
signed
int
)
@{
1
,
2
,
3
,
4
@
},
foo
);
@
end
smallexample
Since
vec_add
is
a
macro
,
the
vector
constant
in
the
above
example
will
...
...
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