From a9df61107080a0f6573f0bcda86bccb519df4e16 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 17 Nov 2016 14:17:50 -0600 Subject: [PATCH] Fix issue #21, Clarify rounding on VEC_UNSIGNED*, VEC_SIGNED*, and VEC_FLOAT* description. Signed-off-by: Bill Schmidt --- specification/app_a.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification/app_a.xml b/specification/app_a.xml index 59a34b3..9f48bc5 100644 --- a/specification/app_a.xml +++ b/specification/app_a.xml @@ -3418,7 +3418,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> Result value: The even-numbered target elements are obtained by converting the source elements to single-precision - numbers. + numbers, using the current floating-point rounding mode. @@ -3501,7 +3501,8 @@ xml:id="dbdoclet.50655245_pgfId-1138128"> numbers. Result value: The odd-numbered target elements are obtained by converting - the source elements to single-precision numbers. + the source elements to single-precision numbers, using the + current floating-point rounding mode.