We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ceda8 commit f38659aCopy full SHA for f38659a
crates/core_simd/src/array.rs
@@ -15,6 +15,8 @@ where
15
{
16
/// The scalar type in every lane of this vector type.
17
type Scalar: Copy + Sized;
18
+ /// The number of lanes for this vector.
19
+ const LANES: usize = LANES;
20
21
/// Generates a SIMD vector with the same value in every lane.
22
#[must_use]
0 commit comments