mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Vector types are no longer required to have a power-of-two length.
llvm-svn: 90004
This commit is contained in:
parent
a255c38866
commit
d68bde384e
@ -1760,8 +1760,7 @@ Classifications</a> </div>
|
|||||||
<p>A vector type is a simple derived type that represents a vector of elements.
|
<p>A vector type is a simple derived type that represents a vector of elements.
|
||||||
Vector types are used when multiple primitive data are operated in parallel
|
Vector types are used when multiple primitive data are operated in parallel
|
||||||
using a single instruction (SIMD). A vector type requires a size (number of
|
using a single instruction (SIMD). A vector type requires a size (number of
|
||||||
elements) and an underlying primitive data type. Vectors must have a power
|
elements) and an underlying primitive data type. Vector types are considered
|
||||||
of two length (1, 2, 4, 8, 16 ...). Vector types are considered
|
|
||||||
<a href="#t_firstclass">first class</a>.</p>
|
<a href="#t_firstclass">first class</a>.</p>
|
||||||
|
|
||||||
<h5>Syntax:</h5>
|
<h5>Syntax:</h5>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user