[PATCH] D144309: [HLSL] add max/min library functions
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 27 15:52:49 PST 2023
python3kgae added a comment.
In D144309#4156971 <https://reviews.llvm.org/D144309#4156971>, @bob80905 wrote:
> add int support for max/min.
Sorry didn't check more :(.
Now i16/u16/i32/u32/i64/u64/f16/f32/f64 are all supported for min/max in hlsl.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144309/new/
https://reviews.llvm.org/D144309
More information about the cfe-commits
mailing list