Hi, mark cox wrote: > Isn't it always true on x86_64 that you have sse? > > +#ifdef ARCH_X86_64 > + if (gCpuCaps.hasSSE) > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Yep, it's indeed required by x86-64 ISA, as it's the SSE unit that's used for floating point computations. Guillaume