Use NEON on ARM hardware via sse2neon.h
The autoconf changes were adapted from: https://github.com/glennrp/libpng/blob/libpng16/configure.ac
This commit is contained in:
@@ -5,7 +5,7 @@ CFLAGS_O2 = $(CFLAGS_BASE) -O2
|
||||
CFLAGS_O3 = $(CFLAGS_BASE) -O3
|
||||
DEFAULT_INCLUDES = -I.. -I/usr/local/include
|
||||
|
||||
CFLAGS = $(CFLAGS_BASE)
|
||||
CFLAGS = $(SIMDFLAGS) $(CFLAGS_BASE)
|
||||
|
||||
TESTS = test_libpostal
|
||||
noinst_PROGRAMS = test_libpostal
|
||||
|
||||
Reference in New Issue
Block a user