[PATCH] D144309: [HLSL] add max/min library functions

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 27 12:23:15 PST 2023


python3kgae added a comment.

max/min does work on integers in HLSL.
And __builtin_elementwise_max/min support both integers and floats.


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