We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619935b commit 8148bb7Copy full SHA for 8148bb7
src/implementation/algorithm.rs
@@ -193,6 +193,7 @@ macro_rules! algorithm_simd {
193
#[target_feature(enable = $feat)]
194
#[inline]
195
#[allow(unconditional_panic)] // does not panic because len is checked
196
+ #[allow(const_err)] // the same, but for Rust 1.38.0
197
unsafe fn check_block(&mut self, input: SimdInput) {
198
// necessary because a for loop is not unrolled on ARM64
199
if input.vals.len() == 2 {
0 commit comments