Changeset 330


Ignore:
Timestamp:
Jan 19, 2004, 4:27:38 PM (21 years ago)
Author:
Gary Byers
Message:

Paranoia in CTYPE-SUBTYPE: allow float aliases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-array.lisp

    r306 r330  
    532532       (float
    533533        (case (numeric-ctype-format ctype)
    534           (double-float ppc32::subtag-double-float-vector)
    535           (short-float ppc32::subtag-single-float-vector)
     534          ((double-float long-float) ppc32::subtag-double-float-vector)
     535          ((single-float short-float) ppc32::subtag-single-float-vector)
    536536          (t ppc32::subtag-simple-vector)))
    537537       (t ppc32::subtag-simple-vector)))
Note: See TracChangeset for help on using the changeset viewer.