docs/tgsi: fix bad latex

We need empty spaces here, otherwise LaTeX thinks it's one equation, and
puts it all back onto one line.

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21893>
This commit is contained in:
Erik Faye-Lund
2023-03-14 09:45:47 +01:00
committed by Erik Faye-Lund
parent f84d1033c1
commit d8871ac2ed
+3
View File
@@ -361,8 +361,11 @@ used.
.. math::
dst.x = src0.x * 2^{src1.x}
dst.y = src0.y * 2^{src1.y}
dst.z = src0.z * 2^{src1.z}
dst.w = src0.w * 2^{src1.w}