libpng: expose NEON w/out enabling
This commit is contained in:
parent
1f688173b8
commit
38edff3dae
|
@ -111,4 +111,7 @@ ifdef HAS_SOFTREND
|
|||
RZDCY_CFLAGS += -DTARGET_SOFTREND
|
||||
endif
|
||||
|
||||
# png_init_filter_functions_neon
|
||||
RZDCY_CFLAGS += -DPNG_ARM_NEON_OPT=0
|
||||
|
||||
RZDCY_CXXFLAGS := $(RZDCY_CFLAGS) -fno-exceptions -fno-rtti -std=gnu++11
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
/* #undef PNG_ARM_NEON_CHECK_SUPPORTED */
|
||||
|
||||
/* Enable ARM Neon optimizations */
|
||||
/* #undef PNG_ARM_NEON_OPT */
|
||||
#define PNG_ARM_NEON_OPT 0
|
||||
|
||||
/* Enable Intel SSE optimizations */
|
||||
#define PNG_INTEL_SSE_OPT 0
|
||||
|
|
Loading…
Reference in New Issue