[PATCH] D154133: [amdgpu] start documenting amdgpu support by clang
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 13:16:57 PDT 2023
arsenm added inline comments.
================
Comment at: clang/docs/AMDGPUSupport.rst:54
+ - Defined if FMAF instruction is available (deprecated).
+ * - ``FP_FAST_FMAF``
+ - Defined if fast FMAF instruction is available.
----------------
The fma macro was actually from the opencl spec but never handled in the correct place
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154133/new/
https://reviews.llvm.org/D154133
More information about the cfe-commits
mailing list