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

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

llvm-svn: 213645
This commit is contained in:
Elena Demikhovsky 2014-07-22 12:08:25 +00:00
parent 71f5b50f8b
commit bd1a49bf81
2 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set(files
arm_acle.h
avxintrin.h
avx2intrin.h
avx512fintrin.h
avx512erintrin.h
bmiintrin.h
bmi2intrin.h
emmintrin.h

View File

@ -96,6 +96,17 @@ module _Builtin_intrinsics [system] {
header "avx2intrin.h"
}
explicit module avx512f {
requires avx512f
export avx2
header "avx512fintrin.h"
}
explicit module avx512er {
requires avx512er
header "avx512erintrin.h"
}
explicit module bmi {
requires bmi
header "bmiintrin.h"