Fixed VSX compilation time checks
__ppc64__ -> __PPC64__
This commit is contained in:
parent
a343882c74
commit
29775cef5e
@ -191,7 +191,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PNG_POWERPC_VSX_OPT
|
#ifndef PNG_POWERPC_VSX_OPT
|
||||||
# if defined(__ppc64__) && defined(__ALTIVEC__) && defined(__VSX__)
|
# if defined(__PPC64__) && defined(__ALTIVEC__) && defined(__VSX__)
|
||||||
# define PNG_POWERPC_VSX_OPT 2
|
# define PNG_POWERPC_VSX_OPT 2
|
||||||
# else
|
# else
|
||||||
# define PNG_POWERPC_VSX_OPT 0
|
# define PNG_POWERPC_VSX_OPT 0
|
||||||
|
Loading…
Reference in New Issue
Block a user