summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2018-04-06 23:36:46 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2018-04-06 23:36:46 +0000
commit97f45936e84a3baff40994d80006c96b9886cb47 (patch)
tree17b8a7e6e40e01e131b7a21ba1ace72202ee267e /gnu/usr.bin/clang
parent68744a33e1b6bcd838736f8b858ee47e60a12bfa (diff)
Install clwbintrin.h as it is needed by immintrin.h.
Noticed by sthen@
Diffstat (limited to 'gnu/usr.bin/clang')
-rw-r--r--gnu/usr.bin/clang/include/clang/intrin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/clang/include/clang/intrin/Makefile b/gnu/usr.bin/clang/include/clang/intrin/Makefile
index e32f5f743f7..aed5d5bae64 100644
--- 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.15 2018/04/06 14:44:04 patrick Exp $
+# $OpenBSD: Makefile,v 1.16 2018/04/06 23:36:45 patrick Exp $
.include <bsd.own.mk>
@@ -46,6 +46,7 @@ HEADERS+= adxintrin.h \
bmiintrin.h \
cpuid.h \
clflushoptintrin.h \
+ clwbintrin.h \
clzerointrin.h \
emmintrin.h \
f16cintrin.h \