mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
nir: Fix the spelling of compare
Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32189>
This commit is contained in:
parent
b79994e92d
commit
047049dcb5
1 changed files with 1 additions and 1 deletions
|
|
@ -4178,7 +4178,7 @@ typedef struct nir_shader_compiler_options {
|
|||
* to imul with masked inputs and iadd */
|
||||
bool has_umad24;
|
||||
|
||||
/* Backend supports fused comapre against zero and csel */
|
||||
/* Backend supports fused compare against zero and csel */
|
||||
bool has_fused_comp_and_csel;
|
||||
/* Backend supports fused int eq/ne against zero and csel. */
|
||||
bool has_icsel_eqz64;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue