]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/powerpc/powerpc64/le/fpu/multiarch/float128-ifunc-redirects-mp.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / powerpc / powerpc64 / le / fpu / multiarch / float128-ifunc-redirects-mp.h
CommitLineData
33fc3452 1/* _Float128 multiarch redirects shared with math_private.h
2b778ceb 2 Copyright (C) 2020-2021 Free Software Foundation, Inc.
33fc3452
PM
3 This file is part of the GNU C Library.
4
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
9
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
14
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library; if not, see
17 <https://www.gnu.org/licenses/>. */
18
19#ifndef _FLOAT128_IFUNC_REDIRECTS_MP_H
20#define _FLOAT128_IFUNC_REDIRECTS_MP_H 1
21
22#include <float128-ifunc-redirect-macros.h>
23
24F128_REDIR (__ieee754_acosf128)
25F128_REDIR (__ieee754_acoshf128)
26F128_REDIR (__ieee754_asinf128)
27F128_REDIR (__ieee754_atan2f128)
28F128_REDIR (__ieee754_atanhf128)
29F128_REDIR (__ieee754_coshf128)
30F128_REDIR (__ieee754_expf128)
31F128_REDIR (__ieee754_exp10f128)
32F128_REDIR (__ieee754_exp2f128)
33F128_REDIR (__ieee754_fmodf128)
34F128_REDIR (__ieee754_gammaf128)
35F128_REDIR_R (__ieee754_gammaf128, _r)
36F128_REDIR (__ieee754_hypotf128)
37F128_REDIR (__ieee754_j0f128)
38F128_REDIR (__ieee754_j1f128)
39F128_REDIR (__ieee754_jnf128)
40F128_REDIR (__ieee754_lgammaf128)
41F128_REDIR_R (__ieee754_lgammaf128, _r)
42F128_REDIR (__ieee754_logf128)
43F128_REDIR (__ieee754_log10f128)
44F128_REDIR (__ieee754_log2f128)
45F128_REDIR (__ieee754_powf128)
46F128_REDIR (__ieee754_remainderf128)
47F128_REDIR (__ieee754_sinhf128)
48F128_REDIR (__ieee754_sqrtf128)
49F128_REDIR (__ieee754_y0f128)
50F128_REDIR (__ieee754_y1f128)
51F128_REDIR (__ieee754_ynf128)
52F128_REDIR (__ieee754_scalbf128)
53F128_REDIR (__ieee754_ilogbf128)
54F128_REDIR (__ieee754_rem_pio2f128)
55F128_REDIR (__kernel_sinf128)
56F128_REDIR (__kernel_cosf128)
57F128_REDIR (__kernel_tanf128)
58F128_REDIR (__kernel_sincosf128)
59F128_REDIR (__kernel_rem_pio2f128)
60F128_REDIR (__x2y2m1f128)
61F128_REDIR (__gamma_productf128)
62F128_REDIR (__lgamma_negf128)
63
64#endif /*_FLOAT128_IFUNC_REDIRECTS_MP_H */