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.
1 parent 8860fcc commit f2e1361Copy full SHA for f2e1361
shared/source/utilities/linux/aarch64/cpu_info.cpp
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2019-2021 Intel Corporation
+ * Copyright (C) 2019-2022 Intel Corporation
3
*
4
* SPDX-License-Identifier: MIT
5
@@ -15,11 +15,9 @@
15
namespace NEO {
16
17
void cpuid_linux_wrapper(int cpuInfo[4], int functionId) {
18
- // TODO: need aarch64 implementation
19
}
20
21
void cpuidex_linux_wrapper(int *cpuInfo, int functionId, int subfunctionId) {
22
23
24
25
void get_cpu_flags_linux(std::string &cpuFlags) {
0 commit comments