Skip to content

Commit f2e1361

Browse files
Baj, TomaszCompute-Runtime-Automation
authored andcommitted
Remove TODOs
Related-To: NEO-6674 Signed-off-by: Baj, Tomasz <[email protected]>
1 parent 8860fcc commit f2e1361

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared/source/utilities/linux/aarch64/cpu_info.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2021 Intel Corporation
2+
* Copyright (C) 2019-2022 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -15,11 +15,9 @@
1515
namespace NEO {
1616

1717
void cpuid_linux_wrapper(int cpuInfo[4], int functionId) {
18-
// TODO: need aarch64 implementation
1918
}
2019

2120
void cpuidex_linux_wrapper(int *cpuInfo, int functionId, int subfunctionId) {
22-
// TODO: need aarch64 implementation
2321
}
2422

2523
void get_cpu_flags_linux(std::string &cpuFlags) {

0 commit comments

Comments
 (0)