Skip to content

Commit

Permalink
Remove that _mm256_set_epi8 sets in reversed order. (rust-lang#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
senevoldsen authored Nov 8, 2021
1 parent 8a5358c commit 815d55c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/core_arch/src/x86/avx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 815d55c

Please sign in to comment.