一呼百應, "one call, a hundred responses"
Loading...
Searching...
No Matches
targets.hpp
Go to the documentation of this file.
1#pragma once
2
13#include "common.hpp"
14
33
43#define ein_target(x) __attribute__((target(x)))
44
53#define ein_target_clones(...) __attribute__((target_clones(_VA_ARGS_)))
54