1 2 3 4 5 6
use simd_helpers::cold_for_target_arch; #[test] #[cold_for_target_arch("x86", "x86_64")] fn t() {}