On 2/14/18 1:09 PM, Carl Love wrote: > The following patch contains fixes an issue with the 128-bit test on > Power 7. Power 7 does not support int128 so the test must be > restricted to run on Power 8 and later.
To be pedantic, GCC POWER7 supports __int128_t just fine (in 64-bit mode). It however does not support vector __int128_t which is what we're testing here. Peter