acf4e8ef71
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
34 lines
523 B
Makefile
34 lines
523 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
|
|
|
|
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 \
|
|
tmmintrin.h \
|
|
unwind.h \
|
|
wmmintrin.h \
|
|
x86intrin.h \
|
|
xmmintrin.h
|
|
|
|
.include <bsd.init.mk>
|
|
.include <bsd.incs.mk>
|
|
.include <bsd.obj.mk>
|