Performance optimization SSE vector dot/normalize

Started by
19 comments, last by Vilem Otte 10 years, 6 months ago

MSVC is horribly bad with vectorized code, even 2012 isn't as good as F.e. GCC or ICC are. Sadly as you are forced to MSVC 2008 you can either use inline assembly, or just live with horribly bad vectorized code.

My current blog on programming, linux and stuff - http://gameprogrammerdiary.blogspot.com

This topic is closed to new replies.

Advertisement