Developer Center |
Thursday April 5, 2007
The maximum non-binary modulus supported has been increased from 2**31-1 to 2**32-1 (actually to 2**Integer’Size – 1). In particular the use of 2**32-1 allows 1’s complement wrap around addition, which is useful for computation of checksums.
Posted
in Development Log, GNAT Compilation System