[all-commits] [llvm/llvm-project] 6a08cf: clang: Add __builtin_exp10* and use new llvm.exp10...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Sep 9 13:14:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a08cf12d9cbc960159bf40e47078a882ca510ce
https://github.com/llvm/llvm-project/commit/6a08cf12d9cbc960159bf40e47078a882ca510ce
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-09 (Sat, 09 Sep 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Builtins.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGen/constrained-math-builtins.c
M clang/test/CodeGen/math-builtins.c
M clang/test/CodeGenOpenCL/builtins-f16.cl
Log Message:
-----------
clang: Add __builtin_exp10* and use new llvm.exp10 intrinsic
https://reviews.llvm.org/D157911
More information about the All-commits
mailing list