[PATCH] D128571: [X86] Support `_Float16` on SSE2 and up
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 24 20:31:26 PDT 2022
pengfei created this revision.
pengfei added reviewers: zahiraam, rjmccall, bkramer, alexfh.
Herald added a subscriber: jsji.
Herald added a project: All.
pengfei requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is split from D113107 <https://reviews.llvm.org/D113107> to address #56204 and https://discourse.llvm.org/t/how-to-build-compiler-rt-for-new-x86-half-float-abi/63366
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128571
Files:
clang/docs/LanguageExtensions.rst
clang/docs/ReleaseNotes.rst
clang/lib/Basic/Targets/X86.cpp
clang/test/CodeGen/X86/Float16-arithmetic.c
clang/test/CodeGen/X86/Float16-complex.c
clang/test/CodeGen/X86/avx512fp16-complex.c
clang/test/Sema/Float16.c
clang/test/Sema/conversion-target-dep.c
clang/test/SemaCXX/Float16.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128571.439947.patch
Type: text/x-patch
Size: 5726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220625/22b1bf4a/attachment.bin>
More information about the cfe-commits
mailing list