AFAIK every 64-bit capable x86 has at least SSE2 available, so SSE2 code is safe to be the default one (while code for SSE3 and higher requires CPUID checks). Still, I want to confirm. Sergei