summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/Float16.c
Commit message (Collapse)AuthorAgeFilesLines
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-0/+11
As Discussed here: http://lists.llvm.org/pipermail/llvm-dev/2019-January/129543.html There are problems exposing the _Float16 type on architectures that haven't defined the ABI/ISel for the type yet, so we're temporarily disabling the type and making it opt-in. Differential Revision: https://reviews.llvm.org/D57188 Change-Id: I5db7366dedf1deb9485adb8948b1deb7e612a736 llvm-svn: 352221
OpenPOWER on IntegriCloud