File tree Expand file tree Collapse file tree 3 files changed +21005
-35
lines changed Expand file tree Collapse file tree 3 files changed +21005
-35
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pub fn simd_test(
67
67
"aarch64" => "is_aarch64_feature_detected" ,
68
68
"powerpc" | "powerpcle" => "is_powerpc_feature_detected" ,
69
69
"powerpc64" | "powerpc64le" => "is_powerpc64_feature_detected" ,
70
- "mips" | "mipsel" => {
70
+ "mips" | "mipsel" | "mipsisa32r6" | "mipsisa32r6el" => {
71
71
// FIXME:
72
72
// On MIPS CI run-time feature detection always returns false due
73
73
// to this qemu bug: https://bugs.launchpad.net/qemu/+bug/1754372
@@ -77,7 +77,7 @@ pub fn simd_test(
77
77
force_test = true ;
78
78
"is_mips_feature_detected"
79
79
}
80
- "mips64" | "mips64el" => {
80
+ "mips64" | "mips64el" | "mipsisa64r6" | "mipsisa64r6el" => {
81
81
// FIXME: see above
82
82
force_test = true ;
83
83
"is_mips64_feature_detected"
You can’t perform that action at this time.
0 commit comments