Changeset 708


Ignore:
Timestamp:
Mar 23, 2004, 10:33:39 PM (21 years ago)
Author:
Gary Byers
Message:

Skip the alignment bytes when writing a (SIMPLE-ARRAY DOUBLE-FLOAT (*)), but
don't act as if they were included in the value returned by SUBTAG-BYTES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/nfcomp.lisp

    r435 r708  
    11971197             (if (= typecode ppc32::subtag-double-float-vector)
    11981198               ; Account for alignment word
    1199                (fasl-out-ivect exp 4 (the fixnum (- nb 4)))
     1199               (fasl-out-ivect exp 4 nb)
    12001200               (if (= out-typecode ppc32::subtag-code-vector)
    12011201                 (fasl-out-codevector exp nb)
Note: See TracChangeset for help on using the changeset viewer.