xref: /sysdeps/ieee754/ldbl-opt/s_nextafter.c
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1 #include <math_ldbl_opt.h>
2 #include <math/s_nextafter.c>
3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
4 strong_alias (__nextafter, __nexttowardd)
5 strong_alias (__nextafter, __nexttowardld)
6 #undef nexttoward
7 compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
8 compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);
9 #endif
10 

Last Index update Sun Aug 20 00:31:31 CST 2023