pan/va: fix typo in IADD_IMM.i32 description
authorAleksey Komarov <q4arus@ya.ru>
Fri, 30 Dec 2022 18:46:05 +0000 (21:46 +0300)
committerAleksey Komarov <q4arus@ya.ru>
Tue, 18 Apr 2023 16:44:48 +0000 (19:44 +0300)
`IADD.f32` replaced with `IADD.i32`

Signed-off-by: Signed-off-by: Aleksey Komarov <q4arus@ya.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20467>

src/panfrost/compiler/valhall/ISA.xml

index 2d0532d..0861153 100644 (file)
       Adds an arbitrary 32-bit immediate embedded within the instruction stream.
       If no modifiers are required, this is preferred to `IADD.i32` with a
       constant accessed as a uniform. However, if the constant is available
-      inline, `IADD.f32` is preferred.
+      inline, `IADD.i32` is preferred.
 
       `IADD_IMM.i32` with the source tied to zero is the canonical immediate move.
     </desc>