================ @@ -70,6 +70,9 @@ __DEVICE__ double floor(double); __DEVICE__ float floor(float); __DEVICE__ double fma(double, double, double); __DEVICE__ float fma(float, float, float); +#ifdef _MSC_VER +__DEVICE__ long double fma(long double, long double, long double); ---------------- Artem-B wrote:
The decls still need a comment. Maybe, a deprecation attribute to make use of the decls-only functions visible would be useful. https://github.com/llvm/llvm-project/pull/73756 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
