ecl/contrib/cl-simd
2023-09-25 14:35:14 +02:00
..
cl-simd.asd Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00
cl-simd.texinfo Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
ecl-sse-core.lisp cmpc: %def-inline: remove an option :inline-or-warn 2023-09-25 14:35:14 +02:00
ecl-sse-utils.lisp Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00
LICENSE Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00
README Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00
sbcl-arrays.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sbcl-core.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sbcl-functions.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sse-array-defs.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sse-intrinsics.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sse-package.lisp Upgraded contrib/cl-simd (A. Gavrilov) 2010-12-22 15:33:20 +01:00
sse-utils.lisp Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00
test-sfmt.lisp Added contributed cl-simd module by Alexander Gavrilov 2010-10-03 23:49:58 +02:00

This module implements SSE intrinsic functions for ECL and SBCL.

NOTE: CURRENTLY THIS SHOULD BE CONSIDERED EXPERIMENTAL, AND
      SUBJECT TO INCOMPATIBLE CHANGES IN A FUTURE RELEASE.

Since the implementation is closely tied to the internals of
the compiler, it should normally be obtained exclusively via
the bundled contrib mechanism of the above implementations.