File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 125
125
//! resulting vector contains the elements of `a` for those lanes for which the
126
126
//! mask is `true`, and the elements of `b` otherwise.
127
127
//!
128
- //! The example constructs a mask with the first two lanes set to `true` and
129
- //! the last two lanes set to `false`. This selects the first two lanes of `a
130
- //! + 1` and the last two lanes of `a`, producing a vector where the first two
131
- //! lanes have been incremented by `1`.
128
+ //! The example constructs a mask with the first two lanes set to `true` and the
129
+ //! last two lanes set to `false`. This selects the first two lanes of `a + 1`
130
+ //! and the last two lanes of `a`, producing a vector where the first two lanes
131
+ //! have been incremented by `1`.
132
132
//!
133
133
//! > note: mask `select` can be used on vector types that have the same number
134
134
//! > of lanes as the mask. The example shows this by using [`m16x4`] instead
You can’t perform that action at this time.
0 commit comments