artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9c0e1
)
Install clflushoptintrin.h and move pkuintrin.h such that the list is
author
kettenis
<kettenis@openbsd.org>
Thu, 20 Apr 2017 10:32:23 +0000
(10:32 +0000)
committer
kettenis
<kettenis@openbsd.org>
Thu, 20 Apr 2017 10:32:23 +0000
(10:32 +0000)
properly sorted.
pointed out by espie@
gnu/usr.bin/clang/include/clang/intrin/Makefile
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/clang/include/clang/intrin/Makefile
b/gnu/usr.bin/clang/include/clang/intrin/Makefile
index
d5f25a7
..
dbf4140
100644
(file)
--- a/
gnu/usr.bin/clang/include/clang/intrin/Makefile
+++ b/
gnu/usr.bin/clang/include/clang/intrin/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
9 2017/04/12 08:02:10 jsg
Exp $
+# $OpenBSD: Makefile,v 1.
10 2017/04/20 10:32:23 kettenis
Exp $
.include <bsd.own.mk>
@@
-34,11
+34,11
@@
HEADERS+= adxintrin.h \
avx512vlintrin.h \
avx512dqintrin.h \
avx512vldqintrin.h \
- pkuintrin.h \
avxintrin.h \
bmi2intrin.h \
bmiintrin.h \
cpuid.h \
+ clflushoptintrin.h \
emmintrin.h \
f16cintrin.h \
fma4intrin.h \
@@
-51,6
+51,7
@@
HEADERS+= adxintrin.h \
mmintrin.h \
mm_malloc.h \
nmmintrin.h \
+ pkuintrin.h \
pmmintrin.h \
popcntintrin.h \
prfchwintrin.h \