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
fdb07791
Commit
fdb07791
authored
Jan 13, 2004
by
Ben Elliston
Committed by
Ben Elliston
Jan 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
From-SVN: r75793
parent
1eee14b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+0
-5
No files found.
gcc/ChangeLog
View file @
fdb07791
2004-01-13 Ben Elliston <bje@wasabisystems.com>
* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
2004-01-12 James E Wilson <wilson@specifixinc.com>
2004-01-12 James E Wilson <wilson@specifixinc.com>
* unwind-libunwind.c: Delete.
* unwind-libunwind.c: Delete.
...
...
gcc/doc/rtl.texi
View file @
fdb07791
...
@@ -2210,11 +2210,6 @@ Describes a vector concat operation. The result is a concatenation of the
...
@@ -2210,11 +2210,6 @@ Describes a vector concat operation. The result is a concatenation of the
vectors
@var
{
vec1
}
and
@var
{
vec2
};
its
length
is
the
sum
of
the
lengths
of
vectors
@var
{
vec1
}
and
@var
{
vec2
};
its
length
is
the
sum
of
the
lengths
of
the
two
inputs
.
the
two
inputs
.
@findex
vec_const
@item
(
vec_const
:
@var
{
m
}
@var
{
subparts
})
This
describes
a
constant
vector
.
@var
{
subparts
}
is
a
@code
{
parallel
}
that
contains
a
constant
for
each
of
the
subparts
of
the
vector
.
@findex
vec_duplicate
@findex
vec_duplicate
@item
(
vec_duplicate
:
@var
{
m
}
@var
{
vec
})
@item
(
vec_duplicate
:
@var
{
m
}
@var
{
vec
})
This
operation
converts
a
small
vector
into
a
larger
one
by
duplicating
the
This
operation
converts
a
small
vector
into
a
larger
one
by
duplicating
the
...
...
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