craig.topper added inline comments.

================
Comment at: clang/docs/LanguageExtensions.rst:606
  T __builtin_elementwise_ceil(T x)           return the smallest integral 
value greater than or equal to x    floating point types
+ T __builtin_elementwise_cos(T x)            return the ratio of the adjacent 
side length over the            floating point types
+                                             hypoteneuse side length, given 
the angle x in radians            
----------------
This list doesn't appear to be in an overall alphabetical order. It looks more 
like its grouped by similarity. add_sat/sub_sat are together for example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135011

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

Reply via email to