[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-users] Re: [MIT-Scheme-devel] MIT Scheme on the AMD x86-64
From: |
Joe Marshall |
Subject: |
[MIT-Scheme-users] Re: [MIT-Scheme-devel] MIT Scheme on the AMD x86-64 |
Date: |
Tue, 3 Nov 2009 12:47:04 -0800 |
Works for me. Thanks!
On Mon, Nov 2, 2009 at 4:22 PM, Taylor R Campbell <address@hidden> wrote:
> I have just pushed a native compiler back end for the AMD x86-64
> architecture. This represents only about a week and a half of work,
> so it may still be full of bugs, and it presently lacks open-coded
> floating-point primitives,
It seems to lack all floating point:
1 ]=> (/ 3.0 1.2)
;Hardware trap SIGILL
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.
--
~jrm