Guys, one favour to ask Jules: could you please, if possible, add hasAVX() just like we have hasSSE() now? ;-)
Another thing. My code is already windows and mac ready and uses SSE code with 16 bit align data. But, AVX to really work needs 32 bits align. So, I wonder, do I need to create two buils them? Or I should just use realtime declare variables (new align instead of just a fixed var) checking if it should be 16 or 32 bits aligned?
Thanks in advance!