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


Hi Joseph,

I cleaned up the unnecessary targetm.scalar_mode_supported_p checks
about int128 type support and expressed them by a simple
int128_integer_type_node check for NULL_TREE. So just at one place we
check for TImode support and that HWI >= 64 bits in size.

Tested for i686-pc-mingw32, x86_64-pc-linux-gnu, x86_64-w64-mingw32.
Ok for apply to trunk?

Regards,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Attachment: int128doc.diff
Description: Binary data


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