mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove TODOs
Related-To: NEO-6674 Signed-off-by: Baj, Tomasz <tomasz.baj@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8860fcc868
commit
f2e1361541
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 Intel Corporation
|
* Copyright (C) 2019-2022 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
@ -15,11 +15,9 @@
|
|||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
void cpuid_linux_wrapper(int cpuInfo[4], int functionId) {
|
void cpuid_linux_wrapper(int cpuInfo[4], int functionId) {
|
||||||
// TODO: need aarch64 implementation
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cpuidex_linux_wrapper(int *cpuInfo, int functionId, int subfunctionId) {
|
void cpuidex_linux_wrapper(int *cpuInfo, int functionId, int subfunctionId) {
|
||||||
// TODO: need aarch64 implementation
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void get_cpu_flags_linux(std::string &cpuFlags) {
|
void get_cpu_flags_linux(std::string &cpuFlags) {
|
||||||
|
Reference in New Issue
Block a user