Message225920
> Do we have 64-bit integers on all architectures?
That's a good question! Visual Studio provides __int64. GCC provides "long long" (64 bit on 32 bit platform). I guess that ICC also supports int64_t.
It would be a shame to not support 64-bit integers in 2014, no? :-) |
|
| Date |
User |
Action |
Args |
| 2014-08-26 13:39:56 | vstinner | set | recipients:
+ vstinner, tim.peters, loewis, belopolsky, pitrou |
| 2014-08-26 13:39:56 | vstinner | set | messageid: <[email protected]> |
| 2014-08-26 13:39:56 | vstinner | link | issue22117 messages |
| 2014-08-26 13:39:56 | vstinner | create | |
|