mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 12:21:15 -08:00
Embeddable Common-Lisp main repository.
Boxing SSE values is useless performance-wise, but necessary to provide continuity between compiled and interpreted code. This set of types is peculiar in that while the actual CPU instruction set mostly does not care about the data types (although mixing commands for ints and floats leads to some performance degradation), the C intrinsic function interface does distinguish the types to some extent. Thus it also has to be represented in the ECL compiler. |
||
|---|---|---|
| contrib | ||
| examples | ||
| msvc | ||
| src | ||
| .gitignore | ||
| ANNOUNCEMENT | ||
| configure | ||
| Copyright | ||
| INSTALL | ||
| LGPL | ||
| Makefile.in | ||
| README.1st | ||
You can find the preprocessed documentation in ./doc in HTML format.