[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon Apr 16 00:31:10 CEST 2012


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

https://github.com/atgreen/libffi/blob/master/src/x86/ffi64.c contains:

#ifdef __INTEL_COMPILER
#define UINT128 __m128
#else
#define UINT128 __int128_t
#endif

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4130>
_______________________________________


More information about the Python-bugs-list mailing list