Remove that _mm256_set_epi8 sets in reversed order. (#1248)
This commit is contained in:
parent
023a926d39
commit
46d0e8d519
1 changed files with 1 additions and 2 deletions
|
|
@ -2139,8 +2139,7 @@ pub unsafe fn _mm256_set_ps(
|
|||
_mm256_setr_ps(h, g, f, e, d, c, b, a)
|
||||
}
|
||||
|
||||
/// Sets packed 8-bit integers in returned vector with the supplied values in
|
||||
/// reverse order.
|
||||
/// Sets packed 8-bit integers in returned vector with the supplied values.
|
||||
///
|
||||
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm256_set_epi8)
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue