[PATCH] D57577: Make predefined FLT16 macros conditional on support for the type
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 1 07:00:12 PST 2019
sunfish added a comment.
I think WebAssembly is in the same situation as most other architectures, as discussed here:
http://llvm.org/viewvc/llvm-project?view=revision&revision=352221
and should not enable _Float16 yet. The test/Preprocessor/init.c tests were semi-automatically generated, so it wasn't specifically intended to include tests for FLT16 macros for WebAssembly.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57577/new/
https://reviews.llvm.org/D57577
More information about the cfe-commits
mailing list