[PATCH] D134319: [HLSL] add ceil library function

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 20 15:51:08 PDT 2022


python3kgae added inline comments.


================
Comment at: clang/lib/Headers/hlsl/hlsl_intrinsics.h:18
 // abs builtins
-__attribute__((clang_builtin_alias(__builtin_abs))) int abs(int In);
-__attribute__((clang_builtin_alias(__builtin_labs))) int64_t abs(int64_t In);
----------------
The change to remove these already in.
Rebase to skip it in this PR.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134319/new/

https://reviews.llvm.org/D134319



More information about the cfe-commits mailing list