We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b2d23 + 34d8d17 commit bea3a37Copy full SHA for bea3a37
crates/simd-test-macro/src/lib.rs
@@ -57,7 +57,7 @@ pub fn simd_test(
57
.unwrap_or_else(|| panic!("target triple contained no \"-\": {target}"))
58
{
59
"i686" | "x86_64" | "i586" => "is_x86_feature_detected",
60
- "arm" | "armv7" => "is_arm_feature_detected",
+ "arm" | "armv7" | "thumbv7neon" => "is_arm_feature_detected",
61
"aarch64" | "arm64ec" | "aarch64_be" => "is_aarch64_feature_detected",
62
maybe_riscv if maybe_riscv.starts_with("riscv") => "is_riscv_feature_detected",
63
"powerpc" | "powerpcle" => "is_powerpc_feature_detected",
0 commit comments