mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
This commit contains the sb-simd contrib in its most recent form. The original sb-simd repository will be archived, and development of sb-simd will now be a part of the regular SBCL development. Thanks for everyone who made this work possible!
10 lines
148 B
Common Lisp
10 lines
148 B
Common Lisp
(in-package #:sb-simd-test-suite)
|
|
|
|
(in-package #:sb-simd-sse)
|
|
|
|
(in-package #:sb-simd-sse2)
|
|
|
|
(in-package #:sb-simd-avx)
|
|
|
|
(in-package #:sb-simd-avx2)
|