From 8495713af8e28b4faae234e94dbf2cedc73759cc Mon Sep 17 00:00:00 2001 From: "Paul A. Clarke" Date: Wed, 13 May 2020 17:28:49 -0500 Subject: [PATCH] Add example for `vec_re` Fixes #21. Signed-off-by: Paul A. Clarke --- Intrinsics_Reference/ch_vec_reference.xml | 48 +++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index 34418b9..eba5708 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -28466,6 +28466,54 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> r contains the estimated value of the reciprocal of the corresponding element of a. + An example for input a + of type vector double follows: + + + + + + + + + doubleword index + + + 0 + + + 1 + + + + + + + a + + + -1.00000000000000000 + + + 4.00000000000000000 + + + + + r + + + -0.99996948242187500 + + + 0.249992370605468750 + + + + + + + Endian considerations: None.