Skip to content

Commit 3bc7978

Browse files
committed
[clippy] document v16/v32 modules
1 parent fe5687b commit 3bc7978

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ mod v256;
163163
mod v512;
164164
mod v64;
165165

166+
/// 32-bit wide vector types
166167
mod v32 {
167168
use simd_llvm::*;
168169

@@ -175,6 +176,7 @@ mod v32 {
175176
define_casts!((i8x4, i32x4, as_i32x4), (i16x2, i64x2, as_i64x4));
176177
}
177178

179+
/// 16-bit wide vector types
178180
mod v16 {
179181
use simd_llvm::*;
180182

0 commit comments

Comments
 (0)