Re: [PATCH] x86: float remainder is FREM in the HIR

2009-07-03 Thread Pekka Enberg
both patches applied -- ___ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel

[PATCH] x86: float remainder is FREM in the HIR

2009-07-03 Thread Arthur Huillet
Not implemented for now because the emulation function returns float, and we cannot talk to functions returning floats that respect the ABI for now. Signed-off-by: Arthur Huillet --- include/jit/expression.h |1 + jit/arithmetic-bc.c |2 +- jit/tree-printer