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

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 2 11:45:10 PST 2023


python3kgae added a comment.

In D144309#4159431 <https://reviews.llvm.org/D144309#4159431>, @bob80905 wrote:

> - ushort is now unsigned

Use uint16_t/int16_t/uint64_t/int64_t for 16/64 bit integers.


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