> Ok the problem comes from bad copy&paste. Please find a patch below that > fixes the problem on MIPS. > > av = float64_val(a); > - bv = float64_val(a); > + bv = float64_val(b);
Applied, thanks for tracking this down. Sorry about the breakage.
Paul
Hi,
Shouldn't these lines in COMPARE be fixed also?
av = float ## s ## _val(a); \
bv = float ## s ## _val(a); \