Skip to documentation
SLOP

tiny.simd.K64V64

Reference tiny.simd K64V64

Defined in tiny.simd.

API (3)

Actions

Public operations.

Fields and members

Public fields and members.

No direct callersNo direct callstiny.simdK64V64
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/simd/src/sort/key.zig:27

zig
pub const K64V64 = extern struct {    value: u64 align(16),    key: u64,    pub fn init(key_value: u64, value_value: u64) K64V64 {        return .{ .value = value_value, .key = key_value };    }};

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

zig
pub const K64V64 = sort.K64V64;
Called byCallsNo direct callstest sourcelib.simd.src.sort.heaptest: Highway VQSort heap fallback or...test sourcelib.simd.src.sort.keytest: Highway median of three follows...test sourcelib.simd.src.sort.vqtest: Highway VQSort public key recor...K64V64init
Static calls · unresolved targets: 0 · external targets: 0.

Also reachable as

sort.K64V64.

Audit

Definitions2
Public names4
Members2
Version26.7.0
Revisiondaab053ee433