diff options
author | dim <dim@FreeBSD.org> | 2012-05-05 15:35:22 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2012-05-05 15:35:22 +0000 |
commit | ef4b1ee3637ce994031991d68bbec576d64037ab (patch) | |
tree | 3ccd3d5218124338a26c1c39f838ee94df592b5b /lib | |
parent | 668aa900bcc3b979299f891ebf3e9a7147d12209 (diff) | |
download | FreeBSD-src-ef4b1ee3637ce994031991d68bbec576d64037ab.zip FreeBSD-src-ef4b1ee3637ce994031991d68bbec576d64037ab.tar.gz |
Make sure a few new internal clang headers get installed, I missed these
in the last import. They are sometimes needed when you want to use
advanced instructions.
Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
it is redundant: we already have a stdalign.h header in /usr/include.
Pointy hat to: dim
PR: kern/167574
Submitted by: jkim
Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/clang/include/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile index 73a6120..05b43cf 100644 --- a/lib/clang/include/Makefile +++ b/lib/clang/include/Makefile @@ -5,17 +5,23 @@ INCSDIR=${INCLUDEDIR}/clang/3.1 INCS= altivec.h \ + avx2intrin.h \ avxintrin.h \ + bmi2intrin.h \ + bmiintrin.h \ cpuid.h \ emmintrin.h \ + fma4intrin.h \ immintrin.h \ + lzcntintrin.h \ mm3dnow.h \ mm_malloc.h \ mmintrin.h \ + module.map \ nmmintrin.h \ pmmintrin.h \ + popcntintrin.h \ smmintrin.h \ - stdalign.h \ tmmintrin.h \ unwind.h \ wmmintrin.h \ |