The docs mentions that Vec3A is more performant for SIMD supported platforms. Does that mean they should be the first choice when writing arbitrary algorithms involving vectors, or is there a reason not to use them?
I get the impression Vec3 are more common in general when looking at Bevy function signatures.
Is there a good rule of thumb, when to use Vec3 vs Vec3A?