Wire Sysio Wire Sysion 1.0.0
|
#include "xbyak.h"
Go to the source code of this file.
Classes | |
class | Xbyak::util::Cpu |
class | Xbyak::util::Clock |
Namespaces | |
namespace | Xbyak |
namespace | Xbyak::util |
Macros | |
#define | __GNUC_PREREQ(major, minor) |
#define | __cpuid(eaxIn, a, b, c, d) |
#define | __cpuid_count(eaxIn, ecxIn, a, b, c, d) |
#define __cpuid | ( | eaxIn, | |
a, | |||
b, | |||
c, | |||
d ) |
Definition at line 45 of file xbyak_util.h.
#define __cpuid_count | ( | eaxIn, | |
ecxIn, | |||
a, | |||
b, | |||
c, | |||
d ) |
Definition at line 46 of file xbyak_util.h.
utility class and functions for Xbyak Xbyak::util::Clock ; rdtsc timer Xbyak::util::Cpu ; detect CPU
Definition at line 36 of file xbyak_util.h.