[X86] Add __emmintrin_f16c.h to module map and CMakeLists.

I missed this in r333014

llvm-svn: 333020
This commit is contained in:
Craig Topper 2018-05-22 20:19:05 +00:00
parent 606bc315d6
commit a82ee182d4
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,7 @@ set(files
clflushoptintrin.h
clwbintrin.h
emmintrin.h
__emmintrin_f16c.h
f16cintrin.h
float.h
fma4intrin.h

View File

@ -95,9 +95,14 @@ module _Builtin_intrinsics [system] [extern_c] {
explicit module sse2 {
export sse
export f16c_128
header "emmintrin.h"
}
explicit f16c_128 {
header "__emmintrin_f16c.h"
}
explicit module sse3 {
export sse2
header "pmmintrin.h"