Sbcl has all the pieces in place for vectorization, but I don’t think anyone has actually hooked them up. However the great thing about lisps is that the compiler and optimizer are written in the language they compile, so an end user can do this sort of thing themselves: https://www.pvk.ca/Blog/2013/06/05/fresh-in-sbcl-1-dot-1-8-s...
If it's not not good enough, there are a few CL bindings and wrappers around BLAS and LAPACK.
A good one is Matlisp, which is available in QuickLisp.
http://quickdocs.org/matlisp/