================
@@ -345,4 +349,5 @@ __DEVICE__ float ynf(int __a, float __b) { return 
__nv_ynf(__a, __b); }
 #pragma pop_macro("__DEVICE_VOID__")
 #pragma pop_macro("__FAST_OR_SLOW")
 
+#endif // __CLANG_GPU_DISABLE_MATH_WRAPPERS
----------------
yxsamliu wrote:
some non-libm functions e.g. `__fadd_rd`, are included in the if/endif. Do you 
plan to add them to libm?

https://github.com/llvm/llvm-project/pull/98234
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to