[PATCH] D18671: [CUDA] Add --cuda-flush-denormals-to-zero.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 14:46:28 PDT 2016


rnk accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: include/clang/Driver/Options.td:385
@@ -384,1 +384,3 @@
   HelpText<"CUDA installation path">;
+def fcuda_flush_denormals_to_zero : Flag<["-"], "fcuda-flush-denormals-to-zero">,
+  Group<f_Group>, Flags<[CC1Option]>,
----------------
Let's stick with the long descriptive name for now.


http://reviews.llvm.org/D18671





More information about the cfe-commits mailing list