summaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2020-02-09 19:59:01 -0800
committerHans Kristian Rosbach <hk-github@circlestorm.org>2020-05-01 00:21:18 +0200
commite09d131b5abbccf97532afb17c3da92cd0fc6f00 (patch)
treeb9dd1cb744c931c743080ef9f2b20dfc02f489d1 /inflate.c
parent343596fc98a0d7a6283dbe5d25abefca18439184 (diff)
Standardize fill_window implementations and abstract out slide_hash_neon for ARM.
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index bfaf85f..9ccb0de 100644
--- a/inflate.c
+++ b/inflate.c
@@ -133,7 +133,7 @@ int ZEXPORT PREFIX(inflateInit2_)(PREFIX3(stream) *strm, int windowBits, const c
#if defined(X86_CPUID)
x86_check_features();
-#elif defined(ARM_GETAUXVAL)
+#elif defined(ARM_CPUID)
arm_check_features();
#endif