python3kgae added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:638
  T __builtin_elementwise_floor(T x)          return the largest integral value 
less than or equal to x        floating point types
+ T __builtin_elementwise_log(T x)            return the natural logarithm of x 
                               floating point types
  T __builtin_elementwise_roundeven(T x)      round x to the nearest integer 
value in floating point format,   floating point types
----------------
Shall we add log2 and log10 together?


================
Comment at: clang/test/Sema/riscv-sve-vector-log-ops.c:11
+
+  return __builtin_elementwise_sin(v);
+  // expected-error@-1 {{1st argument must be a vector, integer or floating 
point type}}
----------------
log here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140489

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

Reply via email to