зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
3 строки
92 B
Plaintext
3 строки
92 B
Plaintext
#define likely(x) __builtin_expect(!!(x), 1)
|
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|