Module simd_ref

Source
Expand description

this module defines simd vector reference, this force the user to use write unaligned and read unaligned when they use simd iterator

Structsยง

MutVec
A struct contains a mutable simd vector, this struct force the user to use write unaligned and read unaligned when they use simd iterator