__uint128_t

2016-03-23 Thread Victor Shoup
This may be a bit off topic, but I figure the people on this list might know something about this. In some code I've been developing lately (NTL related, of course), I've been making more use of the __uint128_t type that is available on gcc (and its clang and icc clones). It's all ifdef'd

Re: __uint128_t

2016-03-23 Thread Marc Glisse
On Wed, 23 Mar 2016, Victor Shoup wrote: This may be a bit off topic, but I figure the people on this list might know something about this. In some code I've been developing lately (NTL related, of course), I've been making more use of the __uint128_t type that is available on gcc (and its