Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    51daa734
    compiler/x86/arith.lisp: · 51daa734
    rtoy authored
    o Remove definition of vm::ash-left-mod32.  (It's already in
      numbers.lisp.)
    
    code/numbers.lisp:
    o Declaim vm::ash-left-mod32 as inline to work around x86 issue where
      vm::ash-left-mod32 never gets translated to a vop.
    51daa734
    History
    compiler/x86/arith.lisp:
    rtoy authored
    o Remove definition of vm::ash-left-mod32.  (It's already in
      numbers.lisp.)
    
    code/numbers.lisp:
    o Declaim vm::ash-left-mod32 as inline to work around x86 issue where
      vm::ash-left-mod32 never gets translated to a vop.