Home | Contact | Pricing | News | Events | Partners | Mailing List | Site Map
  • Development log
  • Technical papers
  • Live docs

More Resources

Recent Papers

Browse by Technology

Dev Log Archives

Developer Center

[GNAT] Maximum non-binary modulus increased to 2**32-1

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 by Posted in Development Log, GNAT Compilation System