Support complex _Float16 on X86 in C/C++ following the latest X86 psABI. (https://gitlab.com/x86-psABIs)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
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?
Comment Actions
Good point! Yes, X86 is going to support _Float16. This patch is split from D105263 and depended on it. I will update the doc in that patch. Thanks.
clang-format not found in user’s local PATH; not linting file.