f4bd312180
* Integrate Kyber-AVX2 into PQClean * Fix types and formatting in Kyber * Workaround a valgrind crash * Remove comment in shuffle.s * Remove some extraneous truncations * fixup! Fix types and formatting in Kyber
9 lines
297 B
Makefile
9 lines
297 B
Makefile
KeccakP-1600-times4-SIMD256.obj: KeccakP-1600-times4-SIMD256.c \
|
|
align.h brg_endian.h KeccakP-1600-times4-SnP.h \
|
|
KeccakP-1600-unrolling.macros SIMD256-config.h
|
|
$(CC) /nologo /c /O2 /W4 /WX /arch:AVX2 KeccakP-1600-times4-SIMD256.c
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
$(RM) KeccakP-1600-times4-SIMD256.obj
|