This commit is contained in:
x
2023-03-21 13:23:22 +01:00
parent 47a364fda7
commit bf57f8fabe

View File

@ -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