There was an error while loading. Please reload this page.
1 parent 93a6cb3 commit 1c19efbCopy full SHA for 1c19efb
src/api/ops/vector_rotates.rs
@@ -23,8 +23,8 @@ macro_rules! impl_ops_vector_rotates {
23
/// amount in the corresponding lane of `n`, wrapping the
24
/// truncated bits to the beginning of the resulting integer.
25
///
26
- /// Note: this is neither the same operation as `<<` nor equivalent
27
- /// to `slice::rotate_left`.
+ /// Note: this is neither the same operation as `>>` nor equivalent
+ /// to `slice::rotate_right`.
28
#[inline]
29
pub fn rotate_right(self, n: $id) -> $id {
30
const LANE_WIDTH: $elem_ty =
0 commit comments