[PATCH] D113107: Support of expression granularity for _Float16.
Zahira Ammarguellat via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 23 12:38:51 PDT 2022
zahiraam added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:746
* SPIR
-* X86 (Only available under feature AVX512-FP16)
+* X86 (Enabled with feature SSE2 and up)
----------------
rjmccall wrote:
> Note that I'm not trying to propose this specific name for the option; I'm just saying that, if we provide a way to control this, it should be documented here as the central place we document Clang's `_Float16` support.
@rjmccall I have added the text except the last line. I will add it later with the option.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113107/new/
https://reviews.llvm.org/D113107
More information about the cfe-commits
mailing list