Hello,
i've found that some modified cpu register are not marked as 'clobbered' in checkSSE() and checkSSE2()
before
: /* clobbered */ "%eax", "%edx"
after
: /* clobbered */ "%eax", "%edx", "%ebx", "%ecx"
with these two modified lines, ffff start ok.
2007-01-28 17:54:40 UTC in FFFF - Fast Floating Fractal Fun