Skip to content
Commit 777ae142 authored by Raymond Toy's avatar Raymond Toy
Browse files

Make TWO-SUM a macro, just like we did for QUICK-TWO-SUM.

All RT tests pass on CMUCL and Allegro.

qd-package.lisp:
o Don't import C::TWO-SUM anymore.

qd-dd.lisp:
o Make TWO-SUM a macro.

qd.lisp
o Add TWO-SUM macro for CMUCL (which just calls C::TWO-SUM).
o Update all uses of TWO-SUM to use the macro appropriately.
parent 9315b3b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment