mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Add three additional clang intrinsics headers, which I missed in the
previous import.
This commit is contained in:
parent
affe7c8f84
commit
d4271816c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239469
@ -5,6 +5,7 @@
|
||||
INCSDIR=${INCLUDEDIR}/clang/3.2
|
||||
|
||||
INCS= altivec.h \
|
||||
ammintrin.h \
|
||||
avx2intrin.h \
|
||||
avxintrin.h \
|
||||
bmi2intrin.h \
|
||||
@ -12,6 +13,7 @@ INCS= altivec.h \
|
||||
cpuid.h \
|
||||
emmintrin.h \
|
||||
fma4intrin.h \
|
||||
fmaintrin.h \
|
||||
immintrin.h \
|
||||
lzcntintrin.h \
|
||||
mm3dnow.h \
|
||||
@ -26,7 +28,8 @@ INCS= altivec.h \
|
||||
unwind.h \
|
||||
wmmintrin.h \
|
||||
x86intrin.h \
|
||||
xmmintrin.h
|
||||
xmmintrin.h \
|
||||
xopintrin.h
|
||||
|
||||
.include <bsd.init.mk>
|
||||
.include <bsd.incs.mk>
|
||||
|
@ -684,6 +684,7 @@ OLD_FILES+=usr/include/clang/3.1/x86intrin.h
|
||||
OLD_FILES+=usr/include/clang/3.1/xmmintrin.h
|
||||
OLD_DIRS+=usr/include/clang/3.1
|
||||
OLD_FILES+=usr/include/clang/3.2/altivec.h
|
||||
OLD_FILES+=usr/include/clang/3.2/ammintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/avx2intrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/avxintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/bmi2intrin.h
|
||||
@ -691,6 +692,7 @@ OLD_FILES+=usr/include/clang/3.2/bmiintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/cpuid.h
|
||||
OLD_FILES+=usr/include/clang/3.2/emmintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/fma4intrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/fmaintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/immintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/lzcntintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/mm3dnow.h
|
||||
@ -706,6 +708,7 @@ OLD_FILES+=usr/include/clang/3.2/unwind.h
|
||||
OLD_FILES+=usr/include/clang/3.2/wmmintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/x86intrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/xmmintrin.h
|
||||
OLD_FILES+=usr/include/clang/3.2/xopintrin.h
|
||||
OLD_DIRS+=usr/include/clang/3.2
|
||||
OLD_DIRS+=usr/include/clang
|
||||
OLD_FILES+=usr/share/doc/llvm/clang/LICENSE.TXT
|
||||
|
Loading…
Reference in New Issue
Block a user