Module Name:    src
Committed By:   jmcneill
Date:           Sun Apr 29 18:29:29 UTC 2018

Modified Files:
        src/distrib/sets/lists/comp: ad.aarch64
        src/external/bsd/llvm/include: Makefile

Log Message:
Install ARM ACLE and NEON intrinsics headers on aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/sets/lists/comp/ad.aarch64
cvs rdiff -u -r1.41 -r1.42 src/external/bsd/llvm/include/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/ad.aarch64
diff -u src/distrib/sets/lists/comp/ad.aarch64:1.18 src/distrib/sets/lists/comp/ad.aarch64:1.19
--- src/distrib/sets/lists/comp/ad.aarch64:1.18	Sun Apr  1 04:35:02 2018
+++ src/distrib/sets/lists/comp/ad.aarch64	Sun Apr 29 18:29:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ad.aarch64,v 1.18 2018/04/01 04:35:02 ryo Exp $
+# $NetBSD: ad.aarch64,v 1.19 2018/04/29 18:29:29 jmcneill Exp $
 ./usr/include/aarch64				comp-c-include
 ./usr/include/aarch64/ansi.h			comp-c-include
 ./usr/include/aarch64/aout_machdep.h		comp-c-include
@@ -114,6 +114,8 @@
 ./usr/include/arm/vfpreg.h			comp-c-include
 ./usr/include/arm/vmparam.h			comp-c-include
 ./usr/include/arm/wchar_limits.h		comp-c-include
+./usr/include/clang-5.0/arm_acle.h		comp-c-include		llvm
+./usr/include/clang-5.0/arm_neon.h		comp-c-include		llvm
 ./usr/include/evbarm				comp-c-include
 ./usr/include/evbarm/disklabel.h		comp-c-include
 ./usr/include/evbarm/intr.h			comp-c-include

Index: src/external/bsd/llvm/include/Makefile
diff -u src/external/bsd/llvm/include/Makefile:1.41 src/external/bsd/llvm/include/Makefile:1.42
--- src/external/bsd/llvm/include/Makefile:1.41	Tue Aug  1 20:07:40 2017
+++ src/external/bsd/llvm/include/Makefile	Sun Apr 29 18:29:29 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.41 2017/08/01 20:07:40 joerg Exp $
+#	$NetBSD: Makefile,v 1.42 2018/04/29 18:29:29 jmcneill Exp $
 
 .include <bsd.init.mk>
 
@@ -69,7 +69,7 @@ INCS=	__wmmintrin_aes.h \
 INCS=	altivec.h \
 	htmintrin.h \
 	htmxlintrin.h
-.elif ${MACHINE_CPU} == "arm"
+.elif ${MACHINE_CPU} == "arm" || ${MACHINE_CPU} == "aarch64"
 INCS=	arm_acle.h \
 	arm_neon.h
 .elif ${MACHINE_CPU} == "mips" || ${MACHINE_CPU} == "mips64"

Reply via email to