tiny.simd.DivisorParamsS
Defined in intdiv.
Source
Source: lib/simd/src/intdiv.zig:46
zig
pub fn DivisorParamsS(comptime T: type) type { requireSigned(T); const M = Multiplier(T); return struct { multiplier: M, shift: u8, divisor: T, dsign: T, is_pow2: bool, is_neg_one: bool, pow2_shift: u8, };}Source: lib/simd/src/root.zig:390
zig
pub const DivisorParamsS = intdiv.DivisorParamsS;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |