* mingwex/math/nexttoward.c: New file.
* mingwex/math/nexttowardf.c: New file. * mingwex/math/nextafterl.c: Add nexttowardl aliaa. * mingwex/Makefile.in (MATH_DISTFILES): Add nexttoward.c, mexttowardf.c, (MATH_OBJS): Add nexttoward.o, mexttowardf.o, * include/math.h (nexttoward, nextowardf, nexttowardl): Add prototypes.
This commit is contained in:
@@ -59,3 +59,7 @@ nextafterl (long double x, long double y)
|
||||
|
||||
return u.ld;
|
||||
}
|
||||
|
||||
/* nexttowardl is the same function with a different name. */
|
||||
long double
|
||||
nexttowardl (long double, long double) __attribute__ ((alias("nextafterl")));
|
||||
|
Reference in New Issue
Block a user