Closed Sp00ph closed 1 year ago
These safety comments were added as part of #339 but are incorrect, because you can't transmute between Simd<T, N> and [T; N] if N isn't a power of 2.
Simd<T, N>
[T; N]
N
These safety comments were added as part of #339 but are incorrect, because you can't transmute between
Simd<T, N>
and[T; N]
ifN
isn't a power of 2.