blob: 70b74283d2ef9bc08b22b6d12ac049e3283042ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef TEST_CPU_FEATURES_H
#define TEST_CPU_FEATURES_H
#ifndef DISABLE_RUNTIME_CPU_DETECTION
# include "cpu_features.h"
extern struct cpu_features test_cpu_features;
#endif
#endif
|