mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
| .. | ||
| cl-simd.asd | ||
| cl-simd.texinfo | ||
| ecl-sse-core.lisp | ||
| ecl-sse-utils.lisp | ||
| LICENSE | ||
| README | ||
| sbcl-arrays.lisp | ||
| sbcl-core.lisp | ||
| sbcl-functions.lisp | ||
| sse-array-defs.lisp | ||
| sse-intrinsics.lisp | ||
| sse-package.lisp | ||
| sse-utils.lisp | ||
| test-sfmt.lisp | ||
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.