microfetch/crates/asm/src
Amaan Qureshi c426e88d99
crates/asm: add bcmp and memcmp for static linking without libc
riscv64 codegen emits calls to bcmp for byte comparisons, which is
undefined when linking with -static and no libc. Provide both bcmp
and memcmp implementations alongside the existing memcpy/memset/strlen.
2026-04-11 00:24:36 -04:00
..
lib.rs crates/asm: add bcmp and memcmp for static linking without libc 2026-04-11 00:24:36 -04:00