1 2 3 4 5 6
use archmage::rite; #[inline] fn compute(data: &[f32; 4]) -> f32 { data.iter().sum() } fn main() {}