================ @@ -2923,6 +2923,18 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID, SetSqrtFPAccuracy(Call); return RValue::get(Call); } + + case Builtin::BItan: ---------------- farzonl wrote:
def TanF16F128 : Builtin, F16F128MathTemplate = BI_builtin_tanf vs def Tan : FPMathTemplate, LibBuiltin<"math.h"> = BItanf https://github.com/llvm/llvm-project/pull/94559 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits