mirror of
https://github.com/fluencelabs/musl
synced 2025-05-19 18:51:30 +00:00
9 lines
209 B
C
9 lines
209 B
C
|
#define type float
|
||
|
#define roundit roundf
|
||
|
#define dtype long
|
||
|
#define DTYPE_MIN LONG_MIN
|
||
|
#define DTYPE_MAX LONG_MAX
|
||
|
#define fn lroundf
|
||
|
|
||
|
#include "lround.c"
|