Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bsdkm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ WOLFKMOD_SIMD_AVX = -mavx -mavx2
.endif # ENABLED_AESNI

.if ${ENABLED_ASM} == "yes"
.for f in chacha dilithium poly1305 sha sha256 sha3 sha512
.for f in chacha dilithium poly1305 sha sha256 sha3 sha512 random
CFLAGS.${f}.c += ${WOLFKMOD_SIMD_BASE}
Comment on lines 84 to 86

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure worth the extra complexity for an obscure build scenario.

CFLAGS.${f}.c += ${WOLFKMOD_SIMD_AVX}
CFLAGS.${f}.c := ${CFLAGS.${f}.c:N-nostdinc}
Expand Down
Loading