Compile e_rem_pio2.c and k_rem_pio2.c with -ffloat-store on those
platforms that need them. This is to make sure double-float precision is used throughout instead of extended precision, which will cause bad answers. Linux also appears to need -O1 instead of -O2, so use -O1 everywhere. (Should this be changed?)
Please register or sign in to comment