Added auxv-based VSX detection method for PowerPC and enabled it by default

This commit is contained in:
Vadim Barkov
2017-01-31 11:59:11 +00:00
parent d0d310f1cb
commit bea573d370
2 changed files with 35 additions and 1 deletions

View File

@@ -32,7 +32,7 @@
*/
#ifndef PNG_POWERPC_VSX_FILE
# ifdef __linux__
# define PNG_POWERPC_VSX_FILE "contrib/powerpc-vsx/linux.c"
# define PNG_POWERPC_VSX_FILE "contrib/powerpc-vsx/linux_aux.c"
# endif
#endif