mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 06:20:30 +02:00
* check/float.ok, check/float.tst: New test cases implementing extensive validation of float comparison and branch code generation as well as integer conversion, involving NaN and [+-]Inf. * lib/jit_arm-swf.c, lib/jit_x86-sse.c, lib/jit_x86-x87.c: Correct bugs found by new float test case. * lib/jit_x86.c: Correct cut&paste error added in commit to convert jit_arg* return value to a jit_node_t*, that would cause it to not properly handle double arguments in ix86. * check/Makefile.am: Update for the new test case. |
||
---|---|---|
.. | ||
jit_arm-cpu.c | ||
jit_arm-swf.c | ||
jit_arm-vfp.c | ||
jit_arm.c | ||
jit_disasm.c | ||
jit_mips-cpu.c | ||
jit_mips-fpu.c | ||
jit_mips.c | ||
jit_ppc-cpu.c | ||
jit_ppc-fpu.c | ||
jit_ppc.c | ||
jit_print.c | ||
jit_x86-cpu.c | ||
jit_x86-sse.c | ||
jit_x86-x87.c | ||
jit_x86.c | ||
lightning.c | ||
Makefile.am |