[PATCH] D105331: [CFE][X86] Enable complex _Float16.
Sjoerd Meijer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 2 01:40:37 PDT 2021
SjoerdMeijer added a comment.
The patch on itself looks reasonable to me. I was just wondering about the _Float16 support on X86 in general because the Clang docs says:
_Float16 is currently only supported on the following targets, with further targets pending ABI standardization: <list of non-X86 targets>
Does X86 support _Float16, and how does that work for Complex _Float16?
Either way, does this need a doc update too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105331/new/
https://reviews.llvm.org/D105331
More information about the cfe-commits
mailing list