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


> Well, AFAICS it is guaranteed. See targhook.c for default
> implementation of scalar_mode_supported_p
> (default_scalar_mode_supported_p): Which rejects - for targets not
> overriding it - modes > 2 * BITS_PER_WORD.

So you have tested the patch only on platforms that don't support __int128?
MAX_FIXED_MODE_SIZE is the default (GET_MODE_BITSIZE (DImode)) on x86/x86-64.

-- 
Eric Botcazou


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