]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/msun/src/s_llroundl.c
Merge llvm-project release/17.x llvmorg-17.0.1-25-g098e653a5bed
[FreeBSD/FreeBSD.git] / lib / msun / src / s_llroundl.c
1 #include <sys/cdefs.h>
2 #define type            long double
3 #define roundit         roundl
4 #define dtype           long long
5 #define DTYPE_MIN       LLONG_MIN
6 #define DTYPE_MAX       LLONG_MAX
7 #define fn              llroundl
8
9 #include "s_lround.c"