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