Back end work for short vector SIMD packs
[sbcl.git] / src / compiler / generic / interr.lisp
index 539d632..9ff81d3 100644 (file)
   #!+long-float
   (object-not-complex-long-float
    "Object is not of type (COMPLEX LONG-FLOAT).")
+  #!+sb-simd-pack
+  (object-not-simd-pack
+   "Object is not of type SIMD-PACK.")
   (object-not-weak-pointer
    "Object is not a WEAK-POINTER.")
   (object-not-instance