pub const unsafe fn simd_reduce_all<T>(x: T) -> bool
core_intrinsics)
Checks if all mask values are true.
T must be a vector of integer primitive types.
x must contain only 0 or !0.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_all.html