From 9d833cb7d42e82bd6e7c1a5371d1b2cfc3e52cd4 Mon Sep 17 00:00:00 2001 From: x Date: Mon, 21 Oct 2019 21:10:58 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 36fb6bd..ba5bfdf 100644 --- a/makefile +++ b/makefile @@ -270,7 +270,9 @@ OB+=eliasfano.o vsimple.o $(TRANSP) transpose.o transpose_sse.o OB+=ext/bitshuffle/src/bitshuffle.o ext/bitshuffle/src/iochain.o ext/bitshuffle/src/bitshuffle_core.o +ifneq ($(UNAMEM),aarch64) XLIB+=ext/FastPFor/src/bitpacking.o ext/FastPFor/src/simdbitpacking.o ext/FastPFor/src/simdunalignedbitpacking.o ext/fastpfor.o +endif ext/polycom/optpfd.o: ext/polycom/optpfd.c $(CC) -O2 $(MARCH) $(CFLAGS) $< -c -o $@