XNA Vector3 doesnt use the simd instructions. Further every a+=b; (where these are vectors) calls a function, which calls a constructor You can tell by getting significant speed ups by inlining by hand.
XNA Vector3 doesnt use the simd instructions. Further every a+=b; (where these are vectors) calls a function, which calls a constructor You can tell by getting significant speed ups by inlining by hand.