Skip to content
Snippets Groups Projects
Commit 3a5a26a2 authored by Elena Demikhovsky's avatar Elena Demikhovsky
Browse files

AVX-512: I added new headers to makefiles. It should resolve tests fail.

If it will not, I'm reverting the both commits.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213645 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0d9772d6
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ set(files ...@@ -4,6 +4,8 @@ set(files
arm_acle.h arm_acle.h
avxintrin.h avxintrin.h
avx2intrin.h avx2intrin.h
avx512fintrin.h
avx512erintrin.h
bmiintrin.h bmiintrin.h
bmi2intrin.h bmi2intrin.h
emmintrin.h emmintrin.h
......
...@@ -96,6 +96,17 @@ module _Builtin_intrinsics [system] { ...@@ -96,6 +96,17 @@ module _Builtin_intrinsics [system] {
header "avx2intrin.h" header "avx2intrin.h"
} }
explicit module avx512f {
requires avx512f
export avx2
header "avx512fintrin.h"
}
explicit module avx512er {
requires avx512er
header "avx512erintrin.h"
}
explicit module bmi { explicit module bmi {
requires bmi requires bmi
header "bmiintrin.h" header "bmiintrin.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment