Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    139c4f23
    Make previous changes build for x87. · 139c4f23
    rtoy authored
    compiler/x86/vm.lisp:
    o Change *float-register-names* to be defparameter.
    o Setup float-regs and def-random-reg-tns appropriately for x87 and
      sse2.
    
    lisp/Darwin-os.c:
    lisp/Linux-os.c:
    o Conditionalize previous change for FEATURE_SSE2.
    139c4f23
    History
    Make previous changes build for x87.
    rtoy authored
    compiler/x86/vm.lisp:
    o Change *float-register-names* to be defparameter.
    o Setup float-regs and def-random-reg-tns appropriately for x87 and
      sse2.
    
    lisp/Darwin-os.c:
    lisp/Linux-os.c:
    o Conditionalize previous change for FEATURE_SSE2.