Fix issue #21, Clarify rounding on VEC_UNSIGNED*, VEC_SIGNED*, and VEC_FLOAT* description.

Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
pull/92/head
Bill Schmidt 8 years ago
parent 9696f99c50
commit 8f6574665e

@ -3418,7 +3418,7 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
<para>Result value:</para> <para>Result value:</para>
<para>The even-numbered target elements are obtained by <para>The even-numbered target elements are obtained by
converting the source elements to single-precision converting the source elements to single-precision
numbers.</para> numbers, using the current floating-point rounding mode.</para>
</entry> </entry>
</row> </row>
<row> <row>
@ -3501,7 +3501,8 @@ xml:id="dbdoclet.50655245_pgfId-1138128">
numbers.</para> numbers.</para>
<para>Result value:</para> <para>Result value:</para>
<para>The odd-numbered target elements are obtained by converting <para>The odd-numbered target elements are obtained by converting
the source elements to single-precision numbers.</para> the source elements to single-precision numbers, using the
current floating-point rounding mode.</para>
</entry> </entry>
</row> </row>
<row> <row>

Loading…
Cancel
Save