Wording change to avoid the word "map".

Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
pull/69/head
Bill Schmidt 4 years ago
parent b8e4e0494f
commit 1dcb7e348e

@ -593,7 +593,8 @@ a[3] = c;</programlisting>
</para>
<para>
Let's move from scalars to arrays, which are more interesting to
us since we can map arrays into vector registers. Suppose we
us since we can use vector registers to operate on arrays, or
portions of larger arrays. Suppose we
have an array of bytes with values 0 through 15, as shown in
<xref linkend="byte-array-endian" />. Note that each byte is a
separate data element with only one possible representation in

Loading…
Cancel
Save