This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch]: Add support of new __int128 type for targets having 128-bit integer scalar support


> This patch adds the new type '__int128' as extension type for C and
> C++. This type is just available for targets supporting an integer
> scalar of 128-bits. The perl script used ti generating the int128
> testcase int128-types-1.c file, I've already posted some time ago. And
> thanks Joseph for an version to start with.

How does this interact with MAX_FIXED_MODE_SIZE?

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]