This commit is contained in:
purplerain 2024-10-06 22:00:57 +00:00
parent 50c8bafd9f
commit ac06c97e30
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
820 changed files with 467502 additions and 386453 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2024/04/02 10:42:12 jsg Exp $
# $OpenBSD: Makefile,v 1.2 2024/09/15 10:56:40 jsg Exp $
LIB= blake3
@ -13,6 +13,8 @@ SRCS+= blake3_sse2_x86-64_unix.S \
blake3_sse41_x86-64_unix.S \
blake3_avx2_x86-64_unix.S \
blake3_avx512_x86-64_unix.S
.elif ${MACHINE_ARCH} == "aarch64"
SRCS+= blake3_neon.c
.endif
.include "../Makefile.inc"