From c2df43b6e15033fc48dc4052d04cb0c2374c7987 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 19 May 2020 16:25:52 -0500 Subject: [PATCH] vec_gb doesn't have endian considerations Fixes #60. Signed-off-by: Bill Schmidt --- Intrinsics_Reference/ch_biendian.xml | 17 +++-------------- Intrinsics_Reference/ch_vec_reference.xml | 4 +--- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/Intrinsics_Reference/ch_biendian.xml b/Intrinsics_Reference/ch_biendian.xml index a8557cf..9c65824 100644 --- a/Intrinsics_Reference/ch_biendian.xml +++ b/Intrinsics_Reference/ch_biendian.xml @@ -995,7 +995,7 @@ a[3] = c; - + @@ -1006,7 +1006,7 @@ a[3] = c; - + @@ -1017,7 +1017,7 @@ a[3] = c; - + @@ -1026,17 +1026,6 @@ a[3] = c; - - - - - - - - - - - diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index b285686..a835577 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -18141,9 +18141,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> Endian considerations: - The vec_gb intrinsic function assumes - big-endian (left-to-right) numbering for both bits and bytes, matching - the ISA 2.07 vgbbd instruction. + None.