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;