2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-nexttowardf.c
blob350b08d39ec13b5df5a0f251e7ddf187251291a8
1 #define nexttowardf nexttowardf_XXX
2 #include "nldbl-compat.h"
3 #undef nexttowardf
5 extern float __nldbl_nexttowardf (float x, double y);
7 float
8 attribute_hidden
9 nexttowardf (float x, double y)
11 return __nldbl_nexttowardf (x, y);