Skip to content
  • toy's avatar
    Split out the representation of %quad-double to a separate file. Add · 0b1fed95
    toy authored
    a portable presentation using a (simple-array double-float (4)) to
    hold a %quad-double number.
    
    All of the tests pass with the portable representation.
    
    qd.lisp:
    o Moved representation to qd-rep.lisp.
    o INTEGER-DECODE-QD was dependent on the internal representation.
      Replace with a function using the appropriate accessors.
    
    qd.system:
    o Add new file qd-rep.lisp.
    
    qd-rep.lisp:
    o Representation moved here.
    o Add portable implementation using a simple-array for holding a
      %quad-double.
    0b1fed95