Skip to content

Commit 60576b3

Browse files
shepmasteralexcrichton
authored andcommitted
Typos in cmpistr* functions (rust-lang#357)
1 parent ae48c3d commit 60576b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

coresimd/x86/sse42.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ pub unsafe fn _mm_cmpistrm(a: __m128i, b: __m128i, imm8: i32) -> __m128i {
6363
}
6464

6565
/// Compare packed strings with implicit lengths in `a` and `b` using the
66-
/// control in `imm8`, and return the generated index. Similar to
67-
/// [`_mm_cmpestri`] with the excception that [`_mm_cmpestri`] requires the
66+
/// control in `imm8` and return the generated index. Similar to
67+
/// [`_mm_cmpestri`] with the exception that [`_mm_cmpestri`] requires the
6868
/// lengths of `a` and `b` to be explicitly specified.
6969
///
7070
/// # Control modes
@@ -404,8 +404,8 @@ pub unsafe fn _mm_cmpestrm(
404404
}
405405

406406
/// Compare packed strings `a` and `b` with lengths `la` and `lb` using the
407-
/// control in `imm8`, and return the generated index. Similar to
408-
/// [`_mm_cmpistri`] with the excception that [`_mm_cmpistri`] implicityly
407+
/// control in `imm8` and return the generated index. Similar to
408+
/// [`_mm_cmpistri`] with the exception that [`_mm_cmpistri`] implicitly
409409
/// determines the length of `a` and `b`.
410410
///
411411
/// # Control modes

0 commit comments

Comments
 (0)