From f754baafa3cc38c8409f2e0e3bd2f7652328300f Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Wed, 6 May 2020 13:40:37 -0500 Subject: [PATCH] Fix description of vec_bperm Fixes #47. Signed-off-by: Bill Schmidt --- Intrinsics_Reference/ch_vec_reference.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index 06db67d..2e5fa1c 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -7871,8 +7871,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> If bit index j is smaller than 128, bit - i of r - is set to the value of the + 48+i of r is set to the value of the jth bit of a. @@ -7907,15 +7907,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> let bit index k denote the byte - value of the - jth + value of the (8i + + j)th element of b. If bit index k is greater than or - equal to 64, bit j of element + equal to 64, bit 56+j of element i of r is set to 0. @@ -7923,7 +7923,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> If bit index k is less than 64, - bit j of element + bit 56+j of element i of r is set to the value of the kth