mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
docs: Use proper XOR symbol.
This commit is contained in:
parent
daccc962a1
commit
f90733c116
1 changed files with 4 additions and 4 deletions
|
|
@ -1000,13 +1000,13 @@ XOR - Bitwise Xor
|
|||
|
||||
.. math::
|
||||
|
||||
dst.x = src0.x ^ src1.x
|
||||
dst.x = src0.x \oplus src1.x
|
||||
|
||||
dst.y = src0.y ^ src1.y
|
||||
dst.y = src0.y \oplus src1.y
|
||||
|
||||
dst.z = src0.z ^ src1.z
|
||||
dst.z = src0.z \oplus src1.z
|
||||
|
||||
dst.w = src0.w ^ src1.w
|
||||
dst.w = src0.w \oplus src1.w
|
||||
|
||||
|
||||
SAD - Sum Of Absolute Differences
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue