Add new LWP intrinsics header, and an option to install internal clang
headers which have the same name as our system headers, and might conflict with them. (It is a work in progress to make these fully compatible.)
This commit is contained in:
parent
f7781de597
commit
a825ed5eb2
@ -52,6 +52,7 @@ INCS+= htmintrin.h
|
||||
INCS+= htmxlintrin.h
|
||||
INCS+= ia32intrin.h
|
||||
INCS+= immintrin.h
|
||||
INCS+= lwpintrin.h
|
||||
INCS+= lzcntintrin.h
|
||||
INCS+= mm3dnow.h
|
||||
INCS+= mm_malloc.h
|
||||
@ -85,6 +86,25 @@ INCS+= xsavesintrin.h
|
||||
INCS+= xtestintrin.h
|
||||
INCS+= ${GENINCS}
|
||||
|
||||
# Headers which possibly conflict with our own versions:
|
||||
.if defined(INSTALL_CONFLICTING_CLANG_HEADERS)
|
||||
INCS+= float.h
|
||||
INCS+= intrin.h
|
||||
INCS+= inttypes.h
|
||||
INCS+= iso646.h
|
||||
INCS+= limits.h
|
||||
INCS+= stdalign.h
|
||||
INCS+= stdarg.h
|
||||
INCS+= stdatomic.h
|
||||
INCS+= stdbool.h
|
||||
INCS+= stddef.h
|
||||
INCS+= stdint.h
|
||||
INCS+= stdnoreturn.h
|
||||
INCS+= tgmath.h
|
||||
INCS+= unwind.h
|
||||
INCS+= varargs.h
|
||||
.endif
|
||||
|
||||
arm_neon.h: ${CLANG_SRCS}/include/clang/Basic/arm_neon.td
|
||||
${CLANG_TBLGEN} -gen-arm-neon \
|
||||
-d ${.TARGET:C/$/.d/} -o ${.TARGET} \
|
||||
|
Loading…
Reference in New Issue
Block a user