single-float
is disjoint from double-float and short-float in all LispWorks implementations in version 5.0 and later.
In LispWorks 4.4 and previous on Windows and Linux platforms,
single-float
is the same type as
double-float
. However, there are distinct specialized array types
(array single-float)
, with single precision, and
(array double-float)
, with double precision.