Commit fdb07791 by Ben Elliston Committed by Ben Elliston

* doc/rtl.texi (Vector Operations): Remove defunct vec_const item.

From-SVN: r75793
parent 1eee14b9
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.
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment