Embeddable Common-Lisp main repository.
Find a file
Alexander Gavrilov ce2badff90 Add the boxed SSE packed vector types.
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.
2010-08-20 20:29:03 +02:00
contrib Eliminate CLINES and C-INLINE from asdf 2010-06-30 23:25:44 +02:00
examples Update ASDF example (David Leoni) 2010-03-19 23:30:58 +01:00
msvc Fixes for serialize.d to let it compile on Windows 2010-07-22 23:07:12 +02:00
src Add the boxed SSE packed vector types. 2010-08-20 20:29:03 +02:00
.gitignore Ignore the Autoconf directory. 2010-02-17 00:25:03 +01:00
ANNOUNCEMENT Rewrite the annoucement to take less space per line and eliminate the reference to common-lisp.net 2010-04-04 19:42:30 +02:00
configure Preserve quoting when passing the arguments to the build directory 2008-08-27 09:50:44 +02:00
Copyright Debian needs a more precise wording of the license 2005-12-14 09:51:11 +00:00
INSTALL New file with a sketch of the installation instrucitons 2009-08-12 23:54:41 +02:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Automate process of uploading a new release. 2010-02-13 21:26:39 +01:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00

You can find the preprocessed documentation in ./doc in HTML format.