And with this change
- int t2a = (int)(t1 * f);
- int t2b = (int)(t1 * (float)0.25f);
+ int t2a = (int)(t1 * (double)f);
+ int t2b = (int)(t1 * (double)0.25f);
result is all cases is
t2a=44100313 t2b=44100313_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
