diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/Headers/module.modulemap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/module.modulemap b/clang/lib/Headers/module.modulemap index c56d039c928..fd79dd0cd87 100644 --- a/clang/lib/Headers/module.modulemap +++ b/clang/lib/Headers/module.modulemap @@ -99,7 +99,7 @@ module _Builtin_intrinsics [system] [extern_c] { header "emmintrin.h" } - explicit f16c_128 { + explicit module f16c_128 { header "__emmintrin_f16c.h" } |