1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 21:30:29 +02:00

add floating-point for x86-64

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-49
This commit is contained in:
Paolo Bonzini 2006-11-23 09:01:19 +00:00
parent 3a04a40aae
commit 58c4dcea43
11 changed files with 639 additions and 44 deletions

5
NEWS
View file

@ -2,6 +2,11 @@ NEWS FROM VERSION 1.2 TO 1.3
o Initial support for x86-64 back-end (mostly untested).
o lightning is more strict on casts from integer to pointer.
Be sure to use the _p variants when your immediates are
of pointer type. This was done to ease 64-bit cleanliness
tests.
o Many bug fixes.
o JIT_FPRET is used as JIT_RET to move return values.