Merge branch 'master' into develop

This commit is contained in:
Simon Brooke 2025-03-14 10:27:30 +00:00
commit bef9be4914
9 changed files with 307 additions and 15 deletions

View file

@ -22,7 +22,10 @@
* So left shifting and right shifting by 60 bits is correct.
*/
#define MAX_INTEGER ((__int128_t)0x0fffffffffffffffL)
/**
* @brief Number of value bits in an integer cell
*
*/
#define INTEGER_BIT_SHIFT (60)
bool zerop( struct cons_pointer arg );