From f2e748220217fab98c92067a6ebbaf17dc3c0bbf Mon Sep 17 00:00:00 2001 From: Aleksey Komarov Date: Fri, 30 Dec 2022 21:46:05 +0300 Subject: [PATCH] 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: --- src/panfrost/compiler/valhall/ISA.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4