Index: lib/Headers/module.modulemap =================================================================== --- lib/Headers/module.modulemap +++ lib/Headers/module.modulemap @@ -25,12 +25,18 @@ header "immintrin.h" header "x86intrin.h" + header "ia32intrin.h" explicit module mm_malloc { header "mm_malloc.h" export * // note: for dependency } + explicit module adxintrin { + requires adx + header "adxintrin.h" + } + explicit module cpuid { requires x86 header "cpuid.h" @@ -146,6 +152,12 @@ explicit module mm3dnow { requires mm3dnow header "mm3dnow.h" + header "prfchwintrin.h" + } + + explicit module tbmintrin { + requires tbm + header "tbmintrin.h" } explicit module xop {