mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
tgsi: fix the documentation of DLDEXP
Sourcing the exponent for the zw destination pair from Z is consistent with both tgsi_exec and gallivm. In practice, st_glsl_to_tgsi always generates per-channel instructions anyway. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
This commit is contained in:
parent
d713af711d
commit
dbe7fc00d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1859,7 +1859,7 @@ source is an integer.
|
|||
|
||||
dst.xy = src0.xy \times 2^{src1.x}
|
||||
|
||||
dst.zw = src0.zw \times 2^{src1.y}
|
||||
dst.zw = src0.zw \times 2^{src1.z}
|
||||
|
||||
.. opcode:: DMIN - Minimum
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue