We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intrinsics affected are: _clz_u{8,16,32}.
_clz_u{8,16,32}
failures: ---- coresimd::arm::v7::assert__clz_u16_clz stdout ---- disassembly for coresimd::coresimd::arm::v7::assert__clz_u16_clz::_clz_u16_shim: 0: push {fp, lr} 1: mov fp, sp 2: bl fdc8 <_ZN4core3num21_$LT$impl$u20$u16$GT$13leading_zeros17h3c918b237a87689fE> 3: uxth r0, r0 4: pop {fp, pc} thread 'coresimd::arm::v7::assert__clz_u16_clz' panicked at 'failed to find instruction `clz` in the disassembly', crates/stdsimd-test/src/lib.rs:370:9 note: Run with `RUST_BACKTRACE=1` for a backtrace. ---- coresimd::arm::v7::assert__clz_u32_clz stdout ---- disassembly for coresimd::coresimd::arm::v7::assert__clz_u32_clz::_clz_u32_shim: 0: b fddc <_ZN4core3num21_$LT$impl$u20$u32$GT$13leading_zeros17h1eadd5618945a0b2E> thread 'coresimd::arm::v7::assert__clz_u32_clz' panicked at 'failed to find instruction `clz` in the disassembly', crates/stdsimd-test/src/lib.rs:370:9 ---- coresimd::arm::v7::assert__clz_u8_clz stdout ---- disassembly for coresimd::coresimd::arm::v7::assert__clz_u8_clz::_clz_u8_shim: 0: push {fp, lr} 1: mov fp, sp 2: bl fdb4 <_ZN4core3num20_$LT$impl$u20$u8$GT$13leading_zeros17hdd7115be42dec2f3E> 3: uxtb r0, r0 4: pop {fp, pc} thread 'coresimd::arm::v7::assert__clz_u8_clz' panicked at 'failed to find instruction `clz` in the disassembly', crates/stdsimd-test/src/lib.rs:370:9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intrinsics affected are:
_clz_u{8,16,32}
.The text was updated successfully, but these errors were encountered: