diff --git a/src/asahi/compiler/agx_compile.c b/src/asahi/compiler/agx_compile.c index f262fe59f67..3428e44abd8 100644 --- a/src/asahi/compiler/agx_compile.c +++ b/src/asahi/compiler/agx_compile.c @@ -1249,6 +1249,7 @@ agx_emit_alu(agx_builder *b, nir_alu_instr *instr) TRIOP(ffma, fma); UNOP(f2f16, fmov); + UNOP(f2f16_rtne, fmov); UNOP(f2f32, fmov); UNOP(fround_even, roundeven); UNOP(ftrunc, trunc);