Skip to content

Commit

Permalink
Fixed inconsistency in sve parser code
Browse files Browse the repository at this point in the history
  • Loading branch information
t-boiko authored and zlatinski committed Dec 2, 2024
1 parent 1fe8d7c commit 7475af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ size_t VulkanVideoDecoder::next_start_code<SIMD_ISA::SVE>(const uint8_t *pdatain
}
isArrayFilled = 1;
}
svuint8_t v0n = svld1_u8(pred, data0n);
svuint8_t v0n = svld1_u8(svptrue_b8(), data0n);

const svbool_t vext15_mask = svcmpge_n_u8(svptrue_b8(), v0n, lanes-1);
const svbool_t vext14_mask = svcmpge_n_u8(svptrue_b8(), v0n, lanes-2);
Expand Down

0 comments on commit 7475af5

Please sign in to comment.