Back end work for short vector SIMD packs
[sbcl.git] / src / code / typecheckfuns.lisp
index 8fe8217..3e0174f 100644 (file)
            (numeric-type-p ctype)
            (array-type-p ctype)
            (cons-type-p ctype)
+           #!+sb-simd-pack
+           (simd-pack-type-p ctype)
            (intersection-type-p ctype)
            (union-type-p ctype)
            (negation-type-p ctype)