From: Eric Engestrom Date: Tue, 21 Feb 2017 14:15:36 +0000 (+0000) Subject: gallium/docs: add missing math formatting X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=3ae77c912e7999fd05d12f929aed2791fe632adc gallium/docs: add missing math formatting Signed-off-by: Eric Engestrom Reviewed-by: Ilia Mirkin --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index c296447b5c5..b9b9d6ca341 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -1803,6 +1803,8 @@ two-component vectors with doubled precision in each component. .. opcode:: DABS - Absolute +.. math:: + dst.xy = |src0.xy| dst.zw = |src0.zw| @@ -2055,6 +2057,8 @@ two-component vectors with 64-bits in each component. .. opcode:: I64ABS - 64-bit Integer Absolute Value +.. math:: + dst.xy = |src0.xy| dst.zw = |src0.zw|