tiny.simd.allBits0
Defined in logical.
Source
Source: lib/simd/src/logical.zig:89
zig
pub fn allBitsZero(comptime D: type, value: D.Vector) bool { const UVector = unsignedVector(D); const bits: UVector = @bitCast(value); return !@reduce(.Or, bits != @as(UVector, @splat(0)));}Source: lib/simd/src/root.zig:679
zig
pub const allBits0 = logical.allBitsZero;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |