]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/e_exp2_template.c
ia64: Regenerate ulps
[thirdparty/glibc.git] / math / e_exp2_template.c
index 30ed4af49bb443136185581f0e11f5838dcc655c..85b2952165262b70722296a680ec340c2de6429d 100644 (file)
@@ -1,5 +1,5 @@
 /* Compute 2^x.
-   Copyright (C) 2012-2018 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
 #include <math-underflow.h>
 #include <float.h>
 
-#define declare_mgen_finite_alias_x(from, to) \
-       strong_alias (from, to ## _finite)
-#define declare_mgen_finite_alias_s(from,to) \
-       declare_mgen_finite_alias_x (from, to)
-#define declare_mgen_finite_alias(from, to) \
-       declare_mgen_finite_alias_s (M_SUF (from), M_SUF (to))
-
 FLOAT
 M_DECL_FUNC (__ieee754_exp2) (FLOAT x)
 {