mirror of
https://github.com/fumiama/fumidb.git
synced 2026-06-06 17:20:33 +08:00
int16
This commit is contained in:
@@ -100,4 +100,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
# define likely(x) __builtin_expect(!!(x), 1)
|
||||
# define unlikely(x) __builtin_expect(!!(x), 0)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user