From bf57f8fabe368c87eba64ef17762fa4016e1008a Mon Sep 17 00:00:00 2001 From: x Date: Tue, 21 Mar 2023 13:23:22 +0100 Subject: [PATCH] . --- makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/makefile b/makefile index ebd647b..948a76f 100644 --- a/makefile +++ b/makefile @@ -105,12 +105,6 @@ bitpack_avx2.o: bitpack.c bitunpack_avx2.o: bitunpack.c $(CC) -O3 -w $(_AVX2) $(OPT) -c bitunpack.c -o bitunpack_avx2.o -#transpose.o: transpose.c -# $(CC) -O3 -w $(OPT) -c transpose.c -o transpose.o - -#transpose_sse.o: transpose.c -# $(CC) -O3 -w $(_SSE) $(OPT) -c transpose.c -o transpose_sse.o - transpose_avx2.o: transpose.c $(CC) -O3 -w $(_AVX2) $(OPT) -c transpose.c -o transpose_avx2.o