Open-code floating-point primitives on AMD x86-64.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 11 Nov 2009 20:24:13 +0000 (15:24 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 11 Nov 2009 20:24:13 +0000 (15:24 -0500)
commit77873d2cea82ae189b2f2a7cc996b62e1d798974
tree4d895d4d3d2c55e4efd3e9cd1c78fcac1703bc5b
parent6caf4924120b9832d6494e07834ac402f442e92e
Open-code floating-point primitives on AMD x86-64.

Only lightly tested.  Use with caution.  Slippery when wet.  Keep out
of reach of children.
src/compiler/machines/x86-64/insmac.scm
src/compiler/machines/x86-64/instrf.scm
src/compiler/machines/x86-64/insutl.scm
src/compiler/machines/x86-64/lapgen.scm
src/compiler/machines/x86-64/machin.scm
src/compiler/machines/x86-64/rules1.scm
src/compiler/machines/x86-64/rulfix.scm
src/compiler/machines/x86-64/rulflo.scm
src/compiler/machines/x86-64/rulrew.scm
src/microcode/cmpauxmd/x86-64.m4