#
ead449ae |
| 06-Dec-2021 |
Aaron Ballman <aaron@aaronballman.com> |
Fixing this test which failed due to different warnings
|
#
0ef8ad08 |
| 06-Dec-2021 |
Aaron Ballman <aaron@aaronballman.com> |
Fix a failing test case after 6c75ab5f66b403f7ca67e86aeed3a58abe10570b
The test is the same whether it's testing _BitInt or _ExtInt, so use the type which is not deprecated.
|
Revision tags: llvmorg-13.0.1-rc1 |
|
#
01870d51 |
| 27-Oct-2021 |
Florian Hahn <flo@fhahn.com> |
[Clang] Add elementwise abs builtin.
This patch implements __builtin_elementwise_abs as specified in D111529.
Reviewed By: aaron.ballman, scanon
Differential Revision: https://reviews.llvm.org/D11
[Clang] Add elementwise abs builtin.
This patch implements __builtin_elementwise_abs as specified in D111529.
Reviewed By: aaron.ballman, scanon
Differential Revision: https://reviews.llvm.org/D111986
show more ...
|
#
1ef25d28 |
| 26-Oct-2021 |
Florian Hahn <flo@fhahn.com> |
[Clang] Add elementwise min/max builtins.
This patch implements __builtin_elementwise_max and __builtin_elementwise_min, as specified in D111529.
Reviewed By: aaron.ballman
Differential Revision:
[Clang] Add elementwise min/max builtins.
This patch implements __builtin_elementwise_max and __builtin_elementwise_min, as specified in D111529.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D111985
show more ...
|