I had to disable the x86 FPU Asm code path on Linux i386 and OSX i386. I cannot figure out why gcc is making this to me.. the routine seems ok but the result is like a triple-twisted-mandelbrot. Some gcc freakout required.. be my guest ;)
Logged In: YES user_id=160090 Originator: NO
gcc, and the GNU assembler, reverse fsub and fsubr, as well as other FPU opcodes... See my forum post for a patch, and further details.
-- Peter
Log in to post a comment.
Logged In: YES
user_id=160090
Originator: NO
gcc, and the GNU assembler, reverse fsub and fsubr, as well as other FPU opcodes... See my forum post for a patch, and further details.
--
Peter