Merge branch 'master' into develop
This commit is contained in:
commit
bef9be4914
9 changed files with 307 additions and 15 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue