From b8624d5c6bd56194c64ca691749b4cd40c53b71e Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 25 Oct 2024 19:24:20 -0400 Subject: [PATCH] nir: correct comment Signed-off-by: Alyssa Rosenzweig Reviewed-by: M Henning Reviewed-by: Reviewed-by: Christian Gmeiner Part-of: --- src/compiler/nir/nir.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 7e0e156ebf6..7e3f7ad744f 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1569,8 +1569,7 @@ typedef struct nir_op_info { uint8_t output_size; /** - * The type of vector that the instruction outputs. Note that the - * staurate modifier is only allowed on outputs with the float type. + * The type of vector that the instruction outputs. */ nir_alu_type output_type;