From 9696f99c503d294dd8355fb0aa9220474695d10f Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 17 Nov 2016 14:09:27 -0600 Subject: [PATCH] Fix issue #18, Typo in vec_xst_len result value. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 33681be..59a34b3 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -10880,7 +10880,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> proceeding to the next higher element. At least 0 and at most 16 bytes will be stored. The length is specified by the least-significant byte of ARG3, as min (mod - (ARG2, 256), 16). The behavior is undefined if the length + (ARG3, 256), 16). The behavior is undefined if the length argument is outside of the range 0 - 255, or if it is not a multiple of the vector element size.