microfetch/crates
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
..
alloc treewide: going no_std 2026-03-27 21:39:41 +03:00
asm crates/asm: add bcmp and memcmp for static linking without libc 2026-04-11 00:24:36 -04:00
benchmarks meta: move benchmarks to dedicated crate 2026-03-27 17:18:43 +03:00
lib lib: collapse print_system_info into single write! call; custom logo support 2026-03-29 15:04:39 +03:00