Skip to documentation
SLOP

tiny.simd.findKnownLastTrue

Reference tiny.simd findKnownLastTrue

Defined in compare.

Called byCallstest sourcelib.simd.src.comparetest: Highway mask searches and first...compareanyTruecomparefindLastTruecomparefindKnownLastTrue
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/compare.zig:185

zig
pub fn findKnownLastTrue(comptime D: type, mask: D.Mask) usize {    std.debug.assert(anyTrue(D, mask));    return @intCast(findLastTrue(D, mask));}

Source: lib/simd/src/root.zig:720

zig
pub const findKnownLastTrue = compare.findKnownLastTrue;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433