Skip to content

Commit

Permalink
[clippy] document v16/v32 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Nov 6, 2017
1 parent fe5687b commit 3bc7978
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ mod v256;
mod v512;
mod v64;

/// 32-bit wide vector types
mod v32 {
use simd_llvm::*;

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

/// 16-bit wide vector types
mod v16 {
use simd_llvm::*;

Expand Down

0 comments on commit 3bc7978

Please sign in to comment.