bob80905 added inline comments.

================
Comment at: clang/docs/LanguageExtensions.rst:656
+  T __builtin_elementwise_nearbyint(T x)     round x to the nearest  integer 
value in floating point format,      floating point types
+                                             rounding according to the current 
rounding direction.
+                                             May not raise the inexact 
floating-point exception. This is
----------------
Nit: I don't think a "current rounding direction" exists, and personally don't 
see the significance of the second half of this sentence.


================
Comment at: clang/lib/Sema/SemaChecking.cpp:18583
           << Callee << CallerTCB;
     }
   }
----------------
I don't believe you intended to remove all this code in your latest update, did 
you?


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

https://reviews.llvm.org/D153233

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

Reply via email to