Issue 97335
Summary Add support for `_Float32` and `_Float64` in C
Labels new issue
Assignees
Reporter tgross35
    GCC supports `_Float32` and `_Float64` in both C and C++, with the associated `F32` and `F64` literal suffixes. Clang should add support for these to be compatible.

It sounds like these can't simply be redefines of `float` and `double`, see https://github.com/llvm/llvm-project/issues/50110 (cc @AaronBallman)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to