summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-11-27 13:38:03 +0000
committerDuncan Sands <baldrick@free.fr>2009-11-27 13:38:03 +0000
commit31c0e0ee350f29ded2d46fe38eeab688e87ae1c3 (patch)
tree52e8ef71439242ca9f809f871c87f97ae7c00bcf /llvm/docs/LangRef.html
parentee7425cc56ee746e79b8cc56c7aa13ce452f73c9 (diff)
downloadbcm5719-llvm-31c0e0ee350f29ded2d46fe38eeab688e87ae1c3.tar.gz
bcm5719-llvm-31c0e0ee350f29ded2d46fe38eeab688e87ae1c3.zip
Vector types are no longer required to have a power-of-two length.
llvm-svn: 90004
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r--llvm/docs/LangRef.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index d67e43ccfd6..17af1b34e12 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1760,8 +1760,7 @@ Classifications</a> </div>
<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
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
- of two length (1, 2, 4, 8, 16 ...). Vector types are considered
+ elements) and an underlying primitive data type. Vector types are considered
<a href="#t_firstclass">first class</a>.</p>
<h5>Syntax:</h5>
OpenPOWER on IntegriCloud