This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Alex.Leach, Arfrever, jared.jennings, loewis, meador.inge, skrah, theller
Date 2012-04-15.22:31:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334529070.27.0.621609757006.issue4130@psf.upfronthosting.co.za>
In-reply-to
Content
https://github.com/atgreen/libffi/blob/master/src/x86/ffi64.c contains:

#ifdef __INTEL_COMPILER
#define UINT128 __m128
#else
#define UINT128 __int128_t
#endif
History
Date User Action Args
2012-04-15 22:31:10Arfreversetrecipients: + Arfrever, loewis, theller, jared.jennings, skrah, meador.inge, Alex.Leach
2012-04-15 22:31:10Arfreversetmessageid: <1334529070.27.0.621609757006.issue4130@psf.upfronthosting.co.za>
2012-04-15 22:31:09Arfreverlinkissue4130 messages
2012-04-15 22:31:09Arfrevercreate