I don't know how to investigate where SIMD would happen automatically (if at all). Like if I have a loop over a Vec<Vector3d<f64>> summing values, will it automatically utilize SIMD?
Is there a way to "turn off" SIMD, or isolate which kind of code blocks it would apply to (or if I need to do that explicitly) so I can get a better understanding of if/where it works?