[PATCH] D33719: Add _Float16 as a C/C++ source language type

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 15:00:12 PDT 2017


On 5 June 2017 at 03:49, Sjoerd Meijer via Phabricator via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Yes, initially I wanted to unconditionally support _Float16, but now that
> you asked how about it, I agree it makes more sense to enable it for C11
> and C++11 and have:  KEYWORD(_Float16                    , KEYC11|KEYCXX11)


Why? All of the other C11 keywords are made available (as an extension) in
all language modes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170606/b525e6db/attachment.html>


More information about the cfe-commits mailing list