diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml
index dd6d362..bcbe989 100644
--- a/Intrinsics_Reference/ch_vec_reference.xml
+++ b/Intrinsics_Reference/ch_vec_reference.xml
@@ -28223,6 +28223,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.