]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/msun/src/s_llroundl.c
Merge llvm-project release/18.x llvmorg-18.1.0-rc3-0-g6c90f8dd5463
[FreeBSD/FreeBSD.git] / lib / msun / src / s_llroundl.c
1 #define type            long double
2 #define roundit         roundl
3 #define dtype           long long
4 #define DTYPE_MIN       LLONG_MIN
5 #define DTYPE_MAX       LLONG_MAX
6 #define fn              llroundl
7
8 #include "s_lround.c"