mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Mirror of the upstream GNU Guile repository on Savannah.
https://www.gnu.org/software/guile/
* lib/jit_arm.c: Correct jit_pushargi_f in the arm hardfp abi. Most of the logic uses even numbered register numbers, so that a float and a double can be used in the same register, but the abi requires packing the float arguments, so jit_pushargi_f needs to allocate a temporary register to modify only the proper register argument (or be very smart to push two immediate arguments if applicable). |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS | ||
TODO |
GNU lightning is a library to aid in making portable programs that compile assembly code at run time. For more information, look at the info documentation.