On 10/06/2016 09:20 AM, Bastian Koppelmann wrote:
+            if (!float32_eq(f_arg, make_float32(result), &env->fp_status)) {

This is comparing a float (f_arg) with an integer (result), forced to be interpreted as a float.


r~

Reply via email to