mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: Ibebd88b7347b53fbb6dd8563501ee7699ce7ff89 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
18 lines
224 B
C++
18 lines
224 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace NEO {
|
|
|
|
namespace CpuIntrinsics {
|
|
|
|
void clFlush(void const *ptr);
|
|
|
|
} // namespace CpuIntrinsics
|
|
} // namespace NEO
|