src/util/u_cpu_detect.c: add PowerPC auxv AltiVec/VSX detection
At least on Linux, we can do this to detect the presence of AltiVec and VSX without having to go through SIGILL handling, which has tons of problems.
A similar thing is already being done for ARM to detect NEON.