All Manuals > LispWorks User Guide and Reference Manual > 49 The SYSTEM Package

NextPrevUpTopContentsIndex

int64

Type
Summary

A type used to generate optimal 64-bit arithmetic code.

Package

system

Signature

int64

Description

The type int64 is used to generate optimal 64-bit arithmetic code.

Objects of type int64 are generated and can be manipulated using the functions in the INT64 API but the compiler can optimize such source code by eliminating the intermediate int64 objects to produce efficient raw 64-bit code.

See the section Fast 64-bit arithmetic for more information.

See also

int64*
+int64-0+
+int64-1+
int64-1+
int64/=
int64<<
int64-aref
int64-logand
int64-minusp
int64-to-integer
integer-to-int64
make-simple-int64-vector
simple-int64-vector


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex