diff options
author | Sarah Spall <sarahspall@microsoft.com> | 2025-03-19 09:57:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 09:57:46 -0700 |
commit | dd17c649abbfc7e4052e45d3240b23feb6530a31 (patch) | |
tree | 50d3f9e0aefc06f8b16e939fc17d339abec765a4 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 5475834737663c0da3c444fcf1c8ab5567c39136 (diff) | |
download | llvm-dd17c649abbfc7e4052e45d3240b23feb6530a31.zip llvm-dd17c649abbfc7e4052e45d3240b23feb6530a31.tar.gz llvm-dd17c649abbfc7e4052e45d3240b23feb6530a31.tar.bz2 |
[HLSL] Implement min and max overloads using templates (#131666)
Replace min and max overload implementation using macros with one using
templates.
Enable overloads of the forms:
vector<T,N> min/max(vector<T,N> p0, T p1)
vector<T,N> min/max(T p0, vector<T,N> p1)
Add new tests.
Closes #131170
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions