Skip to content

Commit 815d55c

Browse files
authored
Remove that _mm256_set_epi8 sets in reversed order. (rust-lang#1248)
1 parent 8a5358c commit 815d55c

File tree

1 file changed

+1
-2
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-2
lines changed

crates/core_arch/src/x86/avx.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -2139,8 +2139,7 @@ pub unsafe fn _mm256_set_ps(
21392139
_mm256_setr_ps(h, g, f, e, d, c, b, a)
21402140
}
21412141

2142-
/// Sets packed 8-bit integers in returned vector with the supplied values in
2143-
/// reverse order.
2142+
/// Sets packed 8-bit integers in returned vector with the supplied values.
21442143
///
21452144
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_set_epi8)
21462145
#[inline]

0 commit comments

Comments
 (0)