128 bits integers with gcc: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 July 2012

11 April 2012

  • curprev 16:5116:51, 11 April 2012Roux talk contribs 188 bytes +188 Created page with "gcc offers the possibility to work with 128 bits integers using two 64 bits words. <source lang="cpp"> __int128_t a = -10293840984; unsigned __int128_t b = 102938409..."