We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbff78f + c8eb992 commit 7776a6bCopy full SHA for 7776a6b
src/anbox/cmds/check_features.cpp
@@ -19,7 +19,9 @@
19
#include "anbox/utils.h"
20
21
#include "cpu_features_macros.h"
22
+#if defined(CPU_FEATURES_ARCH_X86)
23
#include "cpuinfo_x86.h"
24
+#endif
25
26
namespace {
27
std::vector<std::string> cpu_whitelist = {
src/anbox/cmds/system_info.cpp
@@ -31,7 +31,9 @@
31
#include "OpenGLESDispatch/EGLDispatch.h"
32
33
34
35
36
37
38
namespace fs = boost::filesystem;
39
0 commit comments