Skip to documentation
SLOP

tiny.simd.store

Reference tiny.simd store

Defined in memory.

Called byCallsNo direct callsmemorystreamtest sourcelib.simd.src.memorytest: full load and store preserve ev...memorystore
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/memory.zig:8

zig
pub fn store(comptime D: type, value: D.Vector, output: []D.Lane) void {    std.debug.assert(output.len >= D.lane_count);    output[0..D.lane_count].* = value;}

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

zig
pub const store = memory.store;

Also reachable as

storeU.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433