1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 3 * 4 * Copyright (c) 2024 The FreeBSD Foundation 5 */ 6 7 /* 8 * This is a pure C function generously donated by ARM. 9 * See src/contrib/arm-optimized-routines/math/tgamma128.[ch]. 10 */ 11 #define tgamma128 tgammal 12 #include "tgamma128.c" 13