Fix typo: %MAKE-SIMD-PACK-UB32 should be inline, -UB64 should not.
commit10715ce96ece7874ea37cc00850104eee3f99855
authorDouglas Katzman <dougk@google.com>
Sat, 19 Dec 2015 15:51:19 +0000 (19 10:51 -0500)
committerDouglas Katzman <dougk@google.com>
Sat, 19 Dec 2015 15:58:08 +0000 (19 10:58 -0500)
treed821aa425809a76764ed7d312782c9f34f3698dd
parentb878687cbc9aefeaef21e4d39468eab8c535b75e
Fix typo: %MAKE-SIMD-PACK-UB32 should be inline, -UB64 should not.

The DEFUN for -UB32 had a declaim right above, which is the idiomatic
place to write a declaim for the function you're about to define,
whereas the -UB64 one has a vop translation, and needn't be inline.
src/compiler/x86-64/simd-pack.lisp