From 9bb323ca3447421ee30ef26d1e48896d2d80b742 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 19 Aug 2020 00:13:28 -0500 Subject: arm64: Re-add arm crc32c hw acceleration Use the .arch_extension directive so that a config options and special cflags aren't required. Add a few tests for both the software and hardware implementations --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8ea4841..8ce0c2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = memcached-debug sizes testapp timedrun BUILT_SOURCES= -testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.h cache.c +testapp_SOURCES = testapp.c util.c util.h stats_prefix.c stats_prefix.h jenkins_hash.c murmur3_hash.c hash.h cache.c crc32c.c timedrun_SOURCES = timedrun.c -- cgit v1.2.1