[libpng16] Cross-reference scripts/makefile.linux-opt in INSTALL
This commit is contained in:
parent
fd9c48fd9c
commit
ecea632c4c
5
INSTALL
5
INSTALL
@ -297,13 +297,16 @@ or enable them all at once with
|
|||||||
|
|
||||||
--enable-hardware-optimizations=yes
|
--enable-hardware-optimizations=yes
|
||||||
|
|
||||||
or, if you are not using "configure", you can use one of
|
or, if you are not using "configure", you can use one
|
||||||
|
or more of
|
||||||
|
|
||||||
CPPFLAGS += "-DPNG_ARM_NEON"
|
CPPFLAGS += "-DPNG_ARM_NEON"
|
||||||
CPPFLAGS += "-DPNG_MIPS_MSA"
|
CPPFLAGS += "-DPNG_MIPS_MSA"
|
||||||
CPPFLAGS += "-DPNG_INTEL_SSE"
|
CPPFLAGS += "-DPNG_INTEL_SSE"
|
||||||
CPPFLAGS += "-DPNG_POWERPC_VSX"
|
CPPFLAGS += "-DPNG_POWERPC_VSX"
|
||||||
|
|
||||||
|
See for example scripts/makefile.linux-opt
|
||||||
|
|
||||||
If you wish to avoid using them,
|
If you wish to avoid using them,
|
||||||
you can disable them via the configure option
|
you can disable them via the configure option
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user