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.
1 parent 4a5c0b6 commit afe33d1Copy full SHA for afe33d1
fearless_simd_tests/tests/mod.rs
@@ -38,6 +38,11 @@ fn generic_cast<S: Simd>(x: S::f32s) -> S::u32s {
38
x.to_int()
39
}
40
41
+#[allow(clippy::allow_attributes, reason = "Only needed in some cfgs.")]
42
+#[allow(
43
+ unused_variables,
44
+ reason = "The constructed `Level` is only used in some cfgs."
45
+)]
46
#[test]
47
fn supports_highest_level() {
48
// When running tests locally, ensure that every SIMD level to be tested is actually supported. The tests themselves
0 commit comments