diff --git a/Intrinsics_Reference/ch_vec_reference.xml b/Intrinsics_Reference/ch_vec_reference.xml index eba5708..df3e9c4 100644 --- a/Intrinsics_Reference/ch_vec_reference.xml +++ b/Intrinsics_Reference/ch_vec_reference.xml @@ -10891,7 +10891,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> set to the number of leading zeros of the corresponding element of a. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -11285,7 +11286,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> element) of a that have a least-significant bit of zero. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -11802,7 +11804,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> element) of a that have a least-significant bit of zero. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -12789,8 +12792,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> the converted values of elements 0 and 2 of a. - An example where a - is of type vector signed int follows: + An example for input a + of type vector signed int follows: @@ -13016,8 +13019,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> the converted values of elements 0 and 1 of a. - An example where a - is of type vector signed int follows: + An example for input a + of type vector signed int follows: @@ -13249,8 +13252,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> the converted values of elements 2 and 3 of a. - An example where a - is of type vector signed int follows: + An example for input a + of type vector signed int follows: @@ -13482,8 +13485,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> the converted values of elements 1 and 3 of a. - An example where a - is of type vector signed int follows: + An example for input a + of type vector signed int follows: @@ -15315,7 +15318,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> element index of the position of the first character match in natural element order. If no match, returns the number of characters as an element count in the vector argument. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -15786,7 +15790,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> either the first character match or an end-of-string (EOS) terminator. If no match or terminator, returns the number of characters as an element count in the vector argument. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -16324,7 +16329,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> element index of the position of the first character mismatch in natural element order. If no mismatch, returns the number of characters as an element count in the vector argument. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -16779,7 +16785,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> either the first character mismatch or an end-of-string (EOS) terminator. If no mismatch or terminator, returns the number of characters as an element count in the vector argument. - An example follows: + An example for input a + of type vector unsigned char follows: @@ -27329,7 +27336,8 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="VIPR.vec-ref"> is set to the exclusive-OR of byte elements x of a and y of b. - An example follows: + An example for input a + of type vector unsigned char follows: