Module vec64

Module vec64 

Source
Expand description

§Vec64 - Special Vector with 64-Byte SIMD Alignment

64-byte aligned vector type backed by a custom allocator (Alloc64).

Provides the same API as Vec, but guarantees the starting address of the allocation is 64-byte aligned for SIMD, cache line, and low-level hardware optimisations.

Structs§

Vec64
Vec64