summaryrefslogtreecommitdiff
path: root/libpng/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpng/config.h.in')
-rw-r--r--libpng/config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libpng/config.h.in b/libpng/config.h.in
index 0db4ea937..a0ec9bc14 100644
--- a/libpng/config.h.in
+++ b/libpng/config.h.in
@@ -78,6 +78,9 @@
/* Enable ARM Neon optimizations */
#undef PNG_ARM_NEON_OPT
+/* Enable Intel SSE optimizations */
+#undef PNG_INTEL_SSE_OPT
+
/* Turn on MIPS MSA optimizations at run-time */
#undef PNG_MIPS_MSA_API_SUPPORTED
@@ -87,6 +90,15 @@
/* Enable MIPS MSA optimizations */
#undef PNG_MIPS_MSA_OPT
+/* Turn on POWERPC VSX optimizations at run-time */
+#undef PNG_POWERPC_VSX_API_SUPPORTED
+
+/* Check for POWERPC VSX support at run-time */
+#undef PNG_POWERPC_VSX_CHECK_SUPPORTED
+
+/* Enable POWERPC VSX optimizations */
+#undef PNG_POWERPC_VSX_OPT
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS