]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/alpha/fpu/e_sqrt.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / alpha / fpu / e_sqrt.c
CommitLineData
2b778ceb 1/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
d930b435 2 Contributed by David Mosberger (davidm@cs.arizona.edu).
d930b435
UD
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
3214b89b
AJ
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.
d930b435
UD
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
3214b89b 13 Lesser General Public License for more details.
d930b435 14
3214b89b 15 You should have received a copy of the GNU Lesser General Public
ab84e3ff 16 License along with the GNU C Library. If not, see
5a82c748 17 <https://www.gnu.org/licenses/>. */
d930b435 18
385fd0d5 19#include <shlib-compat.h>
d930b435 20
0ed67a6c 21#include <sysdeps/ieee754/dbl-64/e_sqrt.c>
385fd0d5 22
220622dd 23#if SHLIB_COMPAT (libm, GLIBC_2_18, GLIBC_2_31)
8a7923b5
AZ
24strong_alias (__ieee754_sqrt, __sqrt_finite_2_18)
25compat_symbol (libm, __sqrt_finite_2_18, __sqrt_finite, GLIBC_2_18);
385fd0d5 26#endif