tiny.simd.bitNot
Defined in logical.
Source
Source: lib/simd/src/logical.zig:3
zig
pub fn bitNot(comptime D: type, value: D.Vector) D.Vector { const UVector = unsignedVector(D); const bits: UVector = @bitCast(value); return @bitCast(~bits);}Source: lib/simd/src/root.zig:658
zig
pub const bitNot = logical.bitNot;Also reachable as
not.
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |