We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LLVM emits bcmp for #![no_builtins], #![no_std] enabled crates on rustc 1.43.0 while targeting i686-unknown-linux-musl.
#![no_builtins]
#![no_std]
This was supposedly resolved in #303, but still appears to be a problem.
Specifically, the memcmp here is being converted to a bcmp.