mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Add new pkuintrin.h intrinsics header.
This commit is contained in:
parent
ea942507b1
commit
f3304b8db5
2 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ INCS= __clang_cuda_runtime_wrapper.h \
|
|||
mmintrin.h \
|
||||
module.modulemap \
|
||||
nmmintrin.h \
|
||||
pkuintrin.h \
|
||||
pmmintrin.h \
|
||||
popcntintrin.h \
|
||||
prfchwintrin.h \
|
||||
|
|
|
|||
|
|
@ -1100,6 +1100,7 @@ OLD_FILES+=usr/lib/clang/3.8.0/include/mm_malloc.h
|
|||
OLD_FILES+=usr/lib/clang/3.8.0/include/mmintrin.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/module.modulemap
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/nmmintrin.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/pkuintrin.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/pmmintrin.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/popcntintrin.h
|
||||
OLD_FILES+=usr/lib/clang/3.8.0/include/prfchwintrin.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue