Merge pull request #252 from PQClean/fix-valgrind-circleci-failure

Fix Valgrind failures on CircleCI for Kyber-AVX2
This commit is contained in:
Thom Wiggers 2019-11-20 09:52:07 +01:00 committed by GitHub
commit 377a6d8d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
KeccakP-1600-times4-SIMD256.o: KeccakP-1600-times4-SIMD256.c \ KeccakP-1600-times4-SIMD256.o: KeccakP-1600-times4-SIMD256.c \
align.h brg_endian.h KeccakP-1600-times4-SnP.h \ align.h brg_endian.h KeccakP-1600-times4-SnP.h \
KeccakP-1600-unrolling.macros SIMD256-config.h KeccakP-1600-unrolling.macros SIMD256-config.h
$(CC) $(CFLAGS) -march=native -c $< -o $@ $(CC) $(CFLAGS) -mavx2 -c $< -o $@
.PHONY: clean .PHONY: clean
clean: clean: