ZestCode
Loading...
Searching...
No Matches
optimizers.h
Go to the documentation of this file.
1
15
16
#pragma once
17
18
// See https://stackoverflow.com/q/109710 for discussion
19
#define likely(cond) __builtin_expect(!!(cond), 1)
20
#define unlikely(cond) __builtin_expect(!!(cond), 0)
include
system
optimizers.h
Generated by
1.13.2