This is the mail archive of the gcc@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: enable maximum integer type to be 128 bits


>> I don't mean to have support for this on 32-bit archs (as I already
>> expressed a couple of times). On 64-bit archs, gcc already has
almost
>> all of the required functionality, so no fundamental work is
needed.
>
>How would you do a 32->64bit cross compiler in your model? 

Where do you see a problem here? This works without modification
(beyond that very patch or something similar) today, thanks to the
double-HWINT calculations done everywhere. And for this case, HWINT gets
forced to 64-bits on the 32-bit host.

Jan


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