From 1dcb7e348e3f76e64475c3d08300bae19a291217 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 30 Apr 2020 10:11:22 -0500 Subject: [PATCH] Wording change to avoid the word "map". Signed-off-by: Bill Schmidt --- Intrinsics_Reference/ch_biendian.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Intrinsics_Reference/ch_biendian.xml b/Intrinsics_Reference/ch_biendian.xml index af0b792..a0b9423 100644 --- a/Intrinsics_Reference/ch_biendian.xml +++ b/Intrinsics_Reference/ch_biendian.xml @@ -593,7 +593,8 @@ a[3] = c; 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 . Note that each byte is a separate data element with only one possible representation in