[PATCH] D150965: [HIP] Allow std::malloc in device function

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 19 10:18:38 PDT 2023


tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: clang/test/Headers/Inputs/include/math.h:108-109
 long lroundf(float __a);
-int max(int __a, int __b);
-int min(int __a, int __b);
 double modf(double __a, double *__b);
----------------
Why were these functions removed? It does not seem related to the changes in the patch?


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

https://reviews.llvm.org/D150965



More information about the cfe-commits mailing list