X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fclass.lisp;h=6b868bd0f596ec0b8997f91dc50ef918ccff70a9;hb=829ced3e78a23ba153ba4db64e6ea6984c2313b6;hp=19edd29d70ea125c629480739ff917a8f64671b1;hpb=38329dab20845da6964ffc2b03c6a0778c5498a1;p=sbcl.git diff --git a/src/code/class.lisp b/src/code/class.lisp index 19edd29..6b868bd 100644 --- a/src/code/class.lisp +++ b/src/code/class.lisp @@ -1104,6 +1104,11 @@ :inherits (complex number) :codes (#.sb!vm:complex-long-float-widetag) :prototype-form (complex 42l0 42l0)) + #!+sb-simd-pack + (simd-pack + :translation simd-pack + :codes (#.sb!vm:simd-pack-widetag) + :prototype-form (%make-simd-pack-ub64 42 42)) (real :translation real :inherits (number)) (float :translation float