[PATCH] D68823: Fix help message for -ffp-contract

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 13:37:05 PDT 2019


tra added inline comments.


================
Comment at: include/clang/Driver/Options.td:1148
+  " | on (according to FP_CONTRACT pragma) | off (never fuse). Default"
+  " is 'fast' for CUDA/HIP and 'on' otherwise.">, Values<"fast,on,off">;
 
----------------
Could you point me where we set it? I'm having trouble finding the code that controls it for CUDA.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68823/new/

https://reviews.llvm.org/D68823





More information about the cfe-commits mailing list