hmbdc
simplify-high-performance-messaging-programming
Main Page
Classes
Files
Examples
File List
hmbdc
Compile.hpp
1
#include "hmbdc/Copyright.hpp"
2
#pragma once
3
4
#ifndef likely
5
#define likely(x) __builtin_expect(!!(x),1)
6
#endif
7
8
#ifndef unlikely
9
#define unlikely(x) __builtin_expect(!!(x),0)
10
#endif
11
Generated by
1.8.11