NAME

int64 – a module for Tensile (see
sl(1))

OVERVIEW

This module extends standard Tensile arithmetic builtins so that they operate on 64-bit values (strictly speaking, it depends on the size of long long on your system)

The functions affected are: isint, add, sub, mul, div, rem, incr, postincr, decr, postdecr, neg, abs, int, hex, dec, oct, all comparison functions, bit* functions.

Other functions (e.g. expr) remain 32-bit.

The only builtin added is uint32(value) that behaves like uint8 and uint16

AUTHOR

Artem V. Andreev

COPYRIGHT

see
sl(1)

SEE ALSO

sl(1)