[clang] [llvm] [clang] Reland Add tanf16 builtin and support for tan constrained intrinsic (PR #94559)
Joshua Batista via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 13:17:06 PDT 2024
================
@@ -2923,6 +2923,18 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
SetSqrtFPAccuracy(Call);
return RValue::get(Call);
}
+
+ case Builtin::BItan:
----------------
bob80905 wrote:
What is the difference between `BItanf` and `BI_builtin_tanf` ?
https://github.com/llvm/llvm-project/pull/94559
More information about the cfe-commits
mailing list