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 c577354 commit 80c2b5eCopy full SHA for 80c2b5e
fearless_simd/src/generated/fallback.rs
@@ -86,7 +86,7 @@ impl Simd for Fallback {
86
#[cfg(feature = "force_support_fallback")]
87
return Level::Fallback(self);
88
#[cfg(not(feature = "force_support_fallback"))]
89
- Level::baseline();
+ Level::baseline()
90
}
91
#[inline]
92
fn vectorize<F: FnOnce() -> R, R>(self, f: F) -> R {
0 commit comments