[PATCH] D143207: Add codegen for llvm log10 elementwise builtin

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 16:43:10 PST 2023


python3kgae added a comment.

Add log2 together?
They're in same category.



================
Comment at: clang/test/Sema/aarch64-sve-vector-log-ops.c:19
+}
\ No newline at end of file

----------------
newline.


================
Comment at: clang/test/SemaCXX/builtins-elementwise-math.cpp:90
+}
\ No newline at end of file

----------------
newline.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143207



More information about the cfe-commits mailing list