aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/ld128/b_tgammal.c
blob: 6df7264a4c9ee54eb4f5167707040d65e9587faf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*-
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2024 The FreeBSD Foundation
 */

/*
 * This is a pure C function generously donated by ARM.
 * See src/contrib/arm-optimized-routines/math/tgamma128.[ch].
 */
#define tgamma128 tgammal
#include "tgamma128.c"