From 5b5866092748861c14762633eb39445969a8ec95 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Fri, 18 Nov 2016 16:55:52 -0600 Subject: [PATCH] Fix issue #53, Error in types for vec_bperm. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 6038382..0474c0c 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -1105,7 +1105,8 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> doubleword element in the specified order, zeroing other bits. Result value: - When the type of ARG1 is vector unsigned __int128: + When the type of ARG1 is vector + unsigned char or vector unsigned __int128: For each i (0 ≤ i < 16), let bit index j denote the @@ -1123,7 +1124,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> All other bits are zeroed. - When the type of ARG1 is vector unsigned char or vector + When the type of ARG1 is vector unsigned long long: @@ -1152,7 +1153,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> - + @@ -1161,7 +1162,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> vector unsigned char); - +