HN user

disky

3 karma
Posts0
Comments1
View on HN
No posts found.

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.