Re: __intN patch 0/5: summary

2014-08-29 Thread Jeff Law
On 08/13/14 16:10, DJ Delorie wrote: The following five patches are the latest in my ongoing work to replace the hard-coded __int128 type with a more flexible __int system that allows target-specific types that correspond to partial-int modes. Specifically, this will allow targets to have pointe

__intN patch 0/5: summary

2014-08-13 Thread DJ Delorie
The following five patches are the latest in my ongoing work to replace the hard-coded __int128 type with a more flexible __int system that allows target-specific types that correspond to partial-int modes. Specifically, this will allow targets to have pointers that aren't powers-of-two in size.