On 10/24/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > - SPARC and Alpha look like they will break on 32bit hosts, they should > do multiplications the same way as the other 64bit targets.
I can't see how Sparc would break: smul and umul perform 32x32->64 bit multiplications, Sparc64 mulx does 64x64->64 bit multiplications. There is no overflow detection.