aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-05-22 22:19:19 +0000
committerCraig Topper <craig.topper@intel.com>2018-05-22 22:19:19 +0000
commit25caca72f4f98cf28726ad6fed0221ea8d85257d (patch)
treefd117a29d532e3f48d5722c285b44ab8fd701c13 /llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp
parent8fc06c7ab7e2b3ce52ddeb802a012112e5507ada (diff)
downloadllvm-25caca72f4f98cf28726ad6fed0221ea8d85257d.zip
llvm-25caca72f4f98cf28726ad6fed0221ea8d85257d.tar.gz
llvm-25caca72f4f98cf28726ad6fed0221ea8d85257d.tar.bz2
[X86] As mentioned in post-commit feedback in D47174, move the 128 bit f16c intrinsics into f16cintrin.h and remove __emmintrin_f16c.h
These were included in emmintrin.h to match Intel Intrinsics Guide documentation. But this is because icc is capable of emulating them on targets that don't support F16C using library calls. Clang/LLVM doesn't have this emulation support. So it makes more sense to include them in immintrin.h instead. I've left a comment behind to hopefully deter someone from trying to move them again in the future. llvm-svn: 333033
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewHTML.cpp')
0 files changed, 0 insertions, 0 deletions