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

Joshua Batista via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 16:32:43 PST 2023


bob80905 updated this revision to Diff 494470.
bob80905 added a comment.

add release note line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143207

Files:
  clang/docs/ReleaseNotes.rst


Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -184,6 +184,7 @@
 Floating Point Support in Clang
 -------------------------------
 - Add ``__builtin_elementwise_log``builtin for floating point types only.
+- Add ``__builtin_elementwise_log10`` builtin for floating point types only.
 
 Internal API Changes
 --------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143207.494470.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230203/b66e8580/attachment.bin>


More information about the cfe-commits mailing list