microfetch/crates/asm
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
..
src crates/asm: add bcmp and memcmp for static linking without libc 2026-04-11 00:24:36 -04:00
Cargo.toml treewide: break into multiple crates 2026-03-27 13:27:44 +03:00