mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:
parent
3a0d2c54cf
commit
3ae77c912e
1 changed files with 4 additions and 0 deletions
|
|
@ -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|
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue