X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpanfrost%2Fbifrost%2Fbifrost_compile.c;h=c051b169af2cbdd1c555158c75e4eb57e9db0ddc;hb=7fe3c145d9728480106e8c5b4e97b289104e50e8;hp=a23a6121ccebd7877ab6ce157abcb62504bbb2ea;hpb=95fc71ece29f97b093d5eb7d1146f1b55c61aae5;p=mesa.git diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c index a23a6121cce..c051b169af2 100644 --- a/src/panfrost/bifrost/bifrost_compile.c +++ b/src/panfrost/bifrost/bifrost_compile.c @@ -639,19 +639,15 @@ emit_alu(bi_context *ctx, nir_alu_instr *instr) alu.cond = bi_cond_for_nir(instr->op, false); break; case nir_op_fround_even: - alu.op.round = BI_ROUND_MODE; alu.roundmode = BIFROST_RTE; break; case nir_op_fceil: - alu.op.round = BI_ROUND_MODE; alu.roundmode = BIFROST_RTP; break; case nir_op_ffloor: - alu.op.round = BI_ROUND_MODE; alu.roundmode = BIFROST_RTN; break; case nir_op_ftrunc: - alu.op.round = BI_ROUND_MODE; alu.roundmode = BIFROST_RTZ; break; default: