right with reasonable-sized inputs. This confirms fsincos as the
golden lemon of x87 floating point instructions, since Vex has by now
chomped through vast amounts of floating point code on x86 and this is
the first time this bug has come to light.
git-svn-id: svn://svn.valgrind.org/vex/trunk@1116
//.. put_ST_UNCHECKED(0, unop(Iop_SinF64, mkexpr(a1)));
//.. fp_push();
//.. put_ST(0, unop(Iop_CosF64, mkexpr(a1)));
+//.. clear_C2(); /* HACK */
//.. break;
//.. }
//..
put_ST_UNCHECKED(0, unop(Iop_SinF64, mkexpr(a1)));
fp_push();
put_ST(0, unop(Iop_CosF64, mkexpr(a1)));
+ clear_C2(); /* HACK */
break;
}