gallium/docs: add missing math formatting

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Eric Engestrom 2017-02-21 14:15:36 +00:00 committed by Eric Engestrom
parent 3a0d2c54cf
commit 3ae77c912e

View file

@ -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|