mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 07:10:15 +01:00
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
This was broken thanks to a typo in b2367cf.
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
6d731c5651
commit
ddd9e11795
1 changed files with 1 additions and 1 deletions
|
|
@ -1895,7 +1895,7 @@ static void visit_alu(struct ac_nir_context *ctx, const nir_alu_instr *instr)
|
|||
LLVMVectorType(ctx->ac.i32, 2),
|
||||
"");
|
||||
result = LLVMBuildExtractElement(ctx->ac.builder, tmp,
|
||||
ctx->ac.i32_0, "");
|
||||
ctx->ac.i32_1, "");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue