OpenLibm/src/s_lroundf.c

12 lines
186 B
C
Raw Normal View History

#include <sys/cdefs.h>
#define type float
#define roundit roundf
#define dtype long
#define DTYPE_MIN LONG_MIN
#define DTYPE_MAX LONG_MAX
#define fn lroundf
#include "s_lround.c"