Error code E0075
A #[simd]
attribute was applied to an empty or multi-field struct.
Erroneous code examples:
ⓘ
ⓘ
The #[simd]
attribute can only be applied to a single-field struct, because
the one field must be the array of values in the vector.
Fixed example: