[all-commits] [llvm/llvm-project] b2ed9f: [Clang] Implement the rest of __builtin_elementwis...
Jun Zhang via All-commits
all-commits at lists.llvm.org
Fri Jan 7 07:12:04 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2ed9f3f44d084bf2aae0af1b84f76a68a7c477b
https://github.com/llvm/llvm-project/commit/b2ed9f3f44d084bf2aae0af1b84f76a68a7c477b
Author: Jun Zhang <jun at junz.org>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/test/CodeGen/builtins-elementwise-math.c
M clang/test/Sema/builtins-elementwise-math.c
Log Message:
-----------
[Clang] Implement the rest of __builtin_elementwise_* functions.
The patch implement the rest of __builtin_elementwise_* functions
specified in D111529, including:
* __builtin_elementwise_floor
* __builtin_elementwise_roundeven
* __builtin_elementwise_trunc
Signed-off-by: Jun <jun at junz.org>
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D115429
More information about the All-commits
mailing list