gallium/docs: add missing math formatting
authorEric Engestrom <eric.engestrom@imgtec.com>
Tue, 21 Feb 2017 14:15:36 +0000 (14:15 +0000)
committerEric Engestrom <eric@engestrom.ch>
Wed, 22 Feb 2017 00:00:51 +0000 (00:00 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/docs/source/tgsi.rst

index c296447b5c50294b082df5387e3cc7d87d22e4cb..b9b9d6ca341137e801f406d9bffd815c6fecaad4 100644 (file)
@@ -1803,6 +1803,8 @@ two-component vectors with doubled precision in each component.
 
 .. opcode:: DABS - Absolute
 
 
 .. opcode:: DABS - Absolute
 
+.. math::
+
   dst.xy = |src0.xy|
   dst.zw = |src0.zw|
 
   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
 
 
 .. opcode:: I64ABS - 64-bit Integer Absolute Value
 
+.. math::
+
   dst.xy = |src0.xy|
   dst.zw = |src0.zw|
 
   dst.xy = |src0.xy|
   dst.zw = |src0.zw|