cold_for_target_arch
mark a function cold for certain arches onlycold_for_target_feature
toml
[dependencies]
simd_helpers = "0.1"
``` rust
use simdhelpers::coldfortargetarch;
// On arm and power it is the main, impl for x86_64 there is a asm-optimized variant
fn fallbacksimpleimpl() { ... } ```