mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
zink: implement fmod
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
22d080b3ac
commit
5a9f235ac2
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
|
|||
BINOP(nir_op_fadd, SpvOpFAdd)
|
||||
BINOP(nir_op_fsub, SpvOpFSub)
|
||||
BINOP(nir_op_fmul, SpvOpFMul)
|
||||
BINOP(nir_op_fmod, SpvOpFMod)
|
||||
BINOP(nir_op_flt, SpvOpFUnordLessThan)
|
||||
BINOP(nir_op_fge, SpvOpFUnordGreaterThanEqual)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue