Function core::arch::wasm32::i8x16_all_true [−][src]
pub unsafe fn i8x16_all_true(a: v128) -> bool
This is supported on WebAssembly and target feature
simd128 only.Returns true if all lanes are nonzero or false if any lane is nonzero.