Message387258
I'm not sure why people insists to say that it's 31 bit CPU, gcc-s390.txt shows that it uses a classic 32-bit ABI (32-bit long/size_t):
#define __SIZE_MAX__ 0xffffffffUL
#define __LONG_WIDTH__ 32
31-bit is a limit of the address space (memory), not the ALU. |
|
Date |
User |
Action |
Args |
2021-02-18 18:17:08 | vstinner | set | recipients:
+ vstinner, christian.heimes, mcepl, Arfrever, lukasz.langa, David.Edelsohn, cstratak, glaubitz |
2021-02-18 18:17:08 | vstinner | set | messageid: <1613672228.02.0.283701144236.issue43179@roundup.psfhosted.org> |
2021-02-18 18:17:08 | vstinner | link | issue43179 messages |
2021-02-18 18:17:07 | vstinner | create | |
|