On 9/15/18 4:21 PM, Segher Boessenkool wrote: > On Sat, Sep 15, 2018 at 03:28:17PM -0500, Bill Schmidt wrote: >> Jinsong Ji reported that these header files are using the non-ABI type >> __int128_t rather than __int128. This patch from Jinsong corrects this. >> Bootstrapped and tested on powerpc64le-linux-gnu with no regressions, >> committed as obvious. > Thanks to both of you! > > Does it actually matter for something, other than being cleaner?
Yes, it's a compatibility issue. Cleaning this up makes it easier to port the headers for use with other compilers. Bill > > Segher >