diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-20 10:32:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-04-20 10:32:24 +0000 |
commit | c3de74dc1edd1469fba32ab5324713687a11f099 (patch) | |
tree | 3ee218409d98446787e72b804946c958b452e4bc /gnu | |
parent | a42a91925a4cff42a68004faf1591af0d0bd69d1 (diff) |
Install clflushoptintrin.h and move pkuintrin.h such that the list is
properly sorted.
pointed out by espie@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/clang/include/clang/intrin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/include/clang/intrin/Makefile b/gnu/usr.bin/clang/include/clang/intrin/Makefile index d5f25a710a7..dbf4140f394 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.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 \ |