1e2aac2e22
CircleCI has AVX512 support and the compiler will generate instructions that Valgrind doesn't handle.
9 lines
258 B
Makefile
9 lines
258 B
Makefile
KeccakP-1600-times4-SIMD256.o: KeccakP-1600-times4-SIMD256.c \
|
|
align.h brg_endian.h KeccakP-1600-times4-SnP.h \
|
|
KeccakP-1600-unrolling.macros SIMD256-config.h
|
|
$(CC) $(CFLAGS) -mavx2 -c $< -o $@
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
$(RM) KeccakP-1600-times4-SIMD256.o
|