一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
calling_conventions.hpp
Go to the documentation of this file.
1#pragma once
2
13#include "common.hpp"
22
31#if ein_has_attribute(hot)
32 #define ein_hot __attribute__((hot))
33#else
34 #define ein_hot
35#endif
36
45#if ein_has_attribute(cold)
46 #define ein_cold __attribute__((cold))
47#else
48 #define ein_cold
49#endif
50