Skip to content

Commit 92899a7

Browse files
committed
Update docs for v128_any_true
1 parent 8c140a5 commit 92899a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/wasm32/simd128.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ pub unsafe fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128 {
18221822
transmute(llvm_bitselect(v1.as_i8x16(), v2.as_i8x16(), c.as_i8x16()))
18231823
}
18241824

1825-
/// Returns true if any lane is nonzero or false if all lanes are zero.
1825+
/// Returns `true` if any bit in `a` is set, or `false` otherwise.
18261826
#[inline]
18271827
#[cfg_attr(test, assert_instr(v128.any_true))]
18281828
#[target_feature(enable = "simd128")]

0 commit comments

Comments
 (0)