mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 03:30:24 +02:00
* lib/jit_mips-fpu.c, lib/jit_mips.c: Implement missing mips jit_sqrtr_{f,d} codes. * check/all.tst, include/lightning.h, lib/jit_print.c: Change declaration order and call order in all.tst of {add,sub}c and {add,sub}x. *c must be called before to set the carry and *x second to use the carry and keep it set. The wrong call order was causing all.tst to fail in mips, where a register is allocated to keep a global carry state. |
||
---|---|---|
.. | ||
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 |