archmage 0.9.22

Safely invoke your intrinsic power, using the tokens granted to you by the CPU. Cast primitive magics faster than any mage alive.
Documentation
1
2
3
4
5
// @generated by xtask expand_gen
use archmage::autoversion;
#[autoversion]
fn sum(data: &[f32; 4]) -> f32 { data.iter().sum() }
fn main() {}