In 64-bit LispWorks single-float s are immediate objects, and short-float is the same type as single-float .
single-float
short-float
In 32-bit LispWorks single-float s are boxed objects, and short-float is disjoint from other float types.