mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
spirv: SpvOpFUnordNotEqual doesn't need special treatment
The NIR fneu opcode already matches the "unordered not equal" semantics of the SPIR-V opcode. Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12320>
This commit is contained in:
parent
f8148b861f
commit
1ce48ce91d
1 changed files with 0 additions and 1 deletions
|
|
@ -601,7 +601,6 @@ vtn_handle_alu(struct vtn_builder *b, SpvOp opcode,
|
|||
}
|
||||
|
||||
case SpvOpFUnordEqual:
|
||||
case SpvOpFUnordNotEqual:
|
||||
case SpvOpFUnordLessThan:
|
||||
case SpvOpFUnordGreaterThan:
|
||||
case SpvOpFUnordLessThanEqual:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue