Skip to content

Commit 14453fe

Browse files
author
jeffhuang
committed
tr: add spell-checker ignore for AVX2 intrinsic names
The intrinsics blendv, cmpgt, loadu, and storeu introduced in the AVX2 range translation kernel are flagged by cspell. Annotate the file so the style/spelling CI job stays green.
1 parent 307d64a commit 14453fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/uu/tr/src/simd.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
55

6+
// spell-checker:ignore (intrinsics) blendv cmpgt loadu storeu
7+
68
//! I/O processing infrastructure for tr operations with SIMD optimizations
79
810
use crate::operation::{AsciiRangeTranslate, ChunkProcessor};

0 commit comments

Comments
 (0)