LispWorks User Guide and Reference Manual > 9 The Compiler > 9.6 Optimizing your code

NextPrevUpTopContentsIndex

9.6.2 Fast 32-bit arithmetic

The INT32 API provides a way to perform optimal raw 32-bit arithmetic. Note that, unlike Lisp integer types, this is modulo 2^32 like the C int type.

The INT32 symbols are all in the system package.

The Lisp type int32 reads 32 bits of memory, like (signed-byte 32) , but the data is in int32 format for use with the INT32 API.

9.6.2.1 Optimized and unoptimized INT32 code

9.6.2.2 The INT32 API

9.6.2.3 INT32 Optimization


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex