Mesa (master): docs: Use proper XOR symbol.

Corbin Simpson csimpson at kemper.freedesktop.org
Tue Jan 19 02:12:47 UTC 2010


Module: Mesa
Branch: master
Commit: f90733c116acb68d79b3c4dda76983819062a5f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90733c116acb68d79b3c4dda76983819062a5f1

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Mon Jan 18 17:37:25 2010 -0800

docs: Use proper XOR symbol.

---

 src/gallium/docs/source/tgsi.rst |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index d9a043f..65a669d 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -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




More information about the mesa-commit mailing list