From d61bb0f96ad6c3d417f0cd1f3ee2c8ba24760bc5 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Tue, 20 Jul 2021 14:34:29 -0500 Subject: [PATCH] Fix issue #75 with vec_round Signed-off-by: Bill Schmidt --- Intrinsics_Reference/ch_vec_reference.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index 3b9c920..d00951e 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -36582,8 +36582,9 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> r contains the value of the corresponding element of a, rounded to the nearest representable floating-point integer, using IEEE - round-to-nearest rounding. The current floating-point rounding - mode is ignored. + round-to-nearest away-from-zero rounding. The + current floating-point rounding mode is ignored. Notes: This function might not follow the strict operation definition of the resolution of a tie during a round if the -qstrict=nooperationprecision compiler option is