[libclc] [libclc] Move min/max/clamp into the CLC builtins library (PR #114386)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 09:11:07 PDT 2024
https://github.com/arsenm requested changes to this pull request.
Moving them seems fine but these should probably just be deleted. __clc_min is equivalent to __builtin_elementwise_min etc.
I see there's a __builtin_hlsl_elementwise_clamp, but given the language prefix it may be more abusive
https://github.com/llvm/llvm-project/pull/114386
More information about the cfe-commits
mailing list