chore: don't benchmark binary crate; centralize assembly helpers

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia24cb1647df93034937a8fcd6cad895c6a6a6964
This commit is contained in:
raf 2026-03-27 13:49:26 +03:00
commit 1c781aff56
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
7 changed files with 203 additions and 103 deletions

View file

@ -13,12 +13,14 @@ use std::{
pub use microfetch_asm as syscall;
pub use microfetch_asm::{
StatfsBuf,
SysInfo,
UtsNameBuf,
read_file_fast,
sys_close,
sys_open,
sys_read,
sys_statfs,
sys_sysinfo,
sys_uname,
sys_write,
};