[PATCH] D43414: AMDGPU: Define FP_FAST_FMA{F} macros for amdgcn

Brian Sumner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 15:57:53 PST 2018


b-sumner added inline comments.


================
Comment at: lib/Basic/Targets/AMDGPU.h:103
+    bool HasFP64;
+    bool HasFastFMA;
   };
----------------
I guess the HasFastFMA is for simplicity?  It is a synonym for HasFP64.


https://reviews.llvm.org/D43414





More information about the llvm-commits mailing list