disky·vor 11 Jahren·discussXNA Vector3 doesnt use the simd instructions.Further everya+=b; (where these are vectors)calls a function, which calls a constructorYou can tell by getting significant speed ups by inlining by hand.
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.