]> granicus.if.org Git - clang/commit
X86: add F16C support in Clang
authorManman Ren <mren@apple.com>
Thu, 11 Oct 2012 00:59:55 +0000 (00:59 +0000)
committerManman Ren <mren@apple.com>
Thu, 11 Oct 2012 00:59:55 +0000 (00:59 +0000)
commit146e5a4a787a2ebfe89a6b74e7c22d850bf1c858
tree8774ff332c6f10959f86969bc5482cc847b4bc56
parent4145228b758892afd3545835a4caaea722f20510
X86: add F16C support in Clang

Support the following intrinsics:
  _mm_cvtph_ps, _mm256_cvtph_ps, _mm_cvtps_ph, _mm256_cvtps_ph

rdar://12407875

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165685 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
include/clang/Driver/Options.td
lib/Basic/Targets.cpp
lib/Headers/f16cintrin.h [new file with mode: 0644]
lib/Headers/x86intrin.h
test/CodeGen/f16c-builtins.c [new file with mode: 0644]