Anastasia accepted this revision.
Anastasia added a comment.

LGTM!


================
Comment at: include/clang/Driver/Options.td:393
@@ -392,1 +392,3 @@
+def cl_fp32_correctly_rounded_divide_sqrt : Flag<["-"], 
"cl-fp32-correctly-rounded-divide-sqrt">, Group<opencl_Group>, 
Flags<[CC1Option]>,
+  HelpText<"OpenCL only. Specify single precision floating-point divide and 
sqrt used in the program source are correctly rounded.">;
 def client__name : JoinedOrSeparate<["-"], "client_name">;
----------------
Specify single precision -> Specify that single precision




https://reviews.llvm.org/D22940



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to