Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lylythechosenone authored and workingjubilee committed Apr 25, 2023
1 parent 93a6cb3 commit 1c19efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/ops/vector_rotates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ macro_rules! impl_ops_vector_rotates {
/// amount in the corresponding lane of `n`, wrapping the
/// truncated bits to the beginning of the resulting integer.
///
/// Note: this is neither the same operation as `<<` nor equivalent
/// to `slice::rotate_left`.
/// Note: this is neither the same operation as `>>` nor equivalent
/// to `slice::rotate_right`.
#[inline]
pub fn rotate_right(self, n: $id) -> $id {
const LANE_WIDTH: $elem_ty =
Expand Down

0 comments on commit 1c19efb

Please sign in to comment.