summaryrefslogtreecommitdiff
path: root/inference-engine/src/inference_engine/cpu_detector.hpp
blob: c0ac96f50d1a49ff98dce30d743b345e5fa119a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2018 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//

#pragma once

#include "ie_api.h"

namespace InferenceEngine {

/**
 * @brief Check if CPU is x86 with SSE4.2
 */
INFERENCE_ENGINE_API_CPP(bool) with_cpu_x86_sse42();

}  // namespace InferenceEngine