Martin Nilsson (Coppermist) @ Pike (-) developers forum wrote:
What is B16_T defined to?
On both gcc-6 and gcc-7 B16_T expands to __int128. Case in point:
case 16: { __int128 *from=(__int128 *) memory; __int128 *to=(__int128 *) tmp; for(e=0;e<nitems;e++) to[e]=from[order[e]]; break; }
Identical for both compilers.