correctly rounded sqrt() asm for x86 (i387)
[musl] / src / math / llrintf.c
1 #define type            float
2 #define roundit         rintf
3 #define dtype           long long
4 #define fn              llrintf
5
6 #include "lrint.c"