Paste: this code worked in January 2010 but no longer does

Author: Erich Ocean (code is from Slava though)
Mode: factor
Date: Thu, 29 Dec 2011 03:55:34
Plain Text |
: add ( a b -- c )
    double { double double } "cdecl"
    [ XMM0 XMM1 ADDPD ]
    alien-assembly ;

Annotation: ...and the fix.

Author: Erich Ocean
Mode: factor
Date: Thu, 29 Dec 2011 04:16:21
Plain Text |
: add ( a b -- c )
    double { double double } cdecl
    [ XMM0 XMM1 ADDPD ]
    alien-assembly ;

New Annotation

Summary:
Author:
Mode:
Body: