[clang] Emit constrained atan2 intrinsic for clang builtin (PR #113636)

Tex Riddell via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 11 10:48:51 PST 2024


================
@@ -13,7 +13,7 @@ using size_t = unsigned long;
 #endif // SPIR
 } // namespace std
 
-float __builtin_atan2f(float, float);
+float __builtin_erff(float);
----------------
tex3d wrote:

Right, I hope I captured that in the PR description above.  If that's not clear enough let me know.

https://github.com/llvm/llvm-project/pull/113636


More information about the cfe-commits mailing list