mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
change order of fmpr rnd defs
This commit is contained in:
parent
53a9ecc740
commit
28f4c0d6a3
1 changed files with 4 additions and 4 deletions
8
fmpr.h
8
fmpr.h
|
@ -47,10 +47,10 @@
|
|||
#endif
|
||||
|
||||
#define fmpr_rnd_t int
|
||||
#define FMPR_RND_FLOOR 0
|
||||
#define FMPR_RND_CEIL 1
|
||||
#define FMPR_RND_UP 2
|
||||
#define FMPR_RND_DOWN 3
|
||||
#define FMPR_RND_DOWN 0
|
||||
#define FMPR_RND_UP 1
|
||||
#define FMPR_RND_FLOOR 2
|
||||
#define FMPR_RND_CEIL 3
|
||||
#define FMPR_RND_NEAR 4
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Reference in a new issue