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 6fcbcc4Copy full SHA for 6fcbcc4
fearless_simd_tests/tests/mod.rs
@@ -38,6 +38,8 @@ 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(unused_variables, reason = "The constructed `Level` is only used in some cfgs.")]
43
#[test]
44
fn supports_highest_level() {
45
// When running tests locally, ensure that every SIMD level to be tested is actually supported. The tests themselves
0 commit comments