[PATCH] Fix argument passing when using 128-bit integer The previous code was abusing of compiler behavior when passing vector __int128_t arguments to [sf]printf causing errors when building on ppc64le. Part of the errors were only visible when building libvecpf and its test using an optimization level above 0 on gcc.
Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>