Skip to content
  • rtoy's avatar
    compiler/float-tran.lisp: · bbb89ea5
    rtoy authored
    o Change the following functions to be maybe-inline instead of inline
      so we don't inline them by default unless the user says so by
      specifying (SPACE 0): ADD-DD, MUL-DD-D, MUL-DD, ADD-DD-D, SQR-DD,
      DIV-DD, DIV-DD-D, SQRT-DD
    
    code/irrat-dd.lisp:
    o Set (SPACE 0) for these functions so we inline the operations.
      (Should we really inline all of these?)
    bbb89ea5