Skip to content

0.2.10

@cesarb cesarb tagged this 04 Aug 14:31
Before the conversion to SIMD-like vectors, this was not possible
because the array had more than 32 elements, and these traits are only
implemented for arrays of up to 32 elements.

After the conversion, the array has only 2 elements, so deriving these
traits is possible and simplifies the code.
Assets 2