Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    6574f257
    compiler/ppc/float.lisp: · 6574f257
    rtoy authored
    o Add vops to do fused multiply-add and fused multiply-subtract.
      (Only double-float supported.)
    o Add defknown's for these translations.
    
    compiler/float-tran.lisp:
    o Used fused multiply-subtract for two-prod and two-sqr instead of the
      split function.
    6574f257
    History
    compiler/ppc/float.lisp:
    rtoy authored
    o Add vops to do fused multiply-add and fused multiply-subtract.
      (Only double-float supported.)
    o Add defknown's for these translations.
    
    compiler/float-tran.lisp:
    o Used fused multiply-subtract for two-prod and two-sqr instead of the
      split function.