Helpers to write more compact simd code
Implemented so far
-
cold_for_target_arch
mark a function cold for certain arches only -
cold_for_target_feature
Example
[]
= "0.1"
use cold_for_target_arch;
// On arm and power it is the main, impl for x86_64 there is a asm-optimized variant