abrown requested alexcrichton for a review on PR #2948.
abrown opened PR #2948 from update-capstone
to main
:
While debugging #2930, I realized that the current disassembly mechanism for Cranelift,
capstone
cannot handle some newer instructions, e.g.,VPERMI2B
in something likecargo run -p cranelift-tools -- compile --target="x86_64 skylake has_avx512vl" --set enable_simd -dDp scratch.clif
. Upgrading the package solves this.
abrown requested cfallin for a review on PR #2948.
alexcrichton submitted PR review.
alexcrichton merged PR #2948.
Last updated: Nov 22 2024 at 16:03 UTC