Consistency of case for N-1 and Nth.

pull/69/head
Bill Schmidt 4 years ago
parent 5dd75e151c
commit 746882d59a

@ -167,7 +167,7 @@ vector double g = (vector double) { 3.5, -24.6 };</programlisting>
operator <code>*</code>. Similar to other C/C++ data types, the operator <code>*</code>. Similar to other C/C++ data types, the
array reference operator <code>[]</code> may be used to access array reference operator <code>[]</code> may be used to access
vector objects with a vector pointer with the usual definition vector objects with a vector pointer with the usual definition
to access the <emphasis>n</emphasis>th vector element from a to access the <emphasis>N</emphasis>th vector element from a
vector pointer. The dereference operator <code>*</code> may vector pointer. The dereference operator <code>*</code> may
<emphasis>not</emphasis> be used to access data that is not <emphasis>not</emphasis> be used to access data that is not
aligned at least to a quadword boundary. Built-in functions aligned at least to a quadword boundary. Built-in functions

Loading…
Cancel
Save