From: Aleksey Komarov Date: Fri, 30 Dec 2022 18:46:05 +0000 (+0300) Subject: pan/va: fix typo in IADD_IMM.i32 description X-Git-Tag: upstream/23.3.3~9863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2e748220217fab98c92067a6ebbaf17dc3c0bbf;p=platform%2Fupstream%2Fmesa.git pan/va: fix typo in IADD_IMM.i32 description `IADD.f32` replaced with `IADD.i32` Signed-off-by: Signed-off-by: Aleksey Komarov Part-of: --- diff --git a/src/panfrost/compiler/valhall/ISA.xml b/src/panfrost/compiler/valhall/ISA.xml index 2d0532d..0861153 100644 --- a/src/panfrost/compiler/valhall/ISA.xml +++ b/src/panfrost/compiler/valhall/ISA.xml @@ -2291,7 +2291,7 @@ 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.