Mat*_*nti 7 c windows gcc integer 128-bit
Windows上是否有任何c编译器本身可以使用128位整数?例如,您可以在linux上使用gcc,使用__uint128_t ...在Windows上有任何其他机会吗?(如果128位计算机也能在32位计算机上运行,那就太好了!:D)
马特奥
Ker*_* SB 2
在 GCC 中,您可以尝试__attribute__((mode(...))),请参阅此处和此处,例如
__attribute__((mode(...)))
typedef unsigned int myU128 __attribute__((mode(TI)));
不过,结果取决于您的平台。
归档时间:
14 年,7 月 前
查看次数:
3681 次
最近记录: