Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / src / inference_engine / cpu_detector.hpp
1 // Copyright (C) 2018-2019 Intel Corporation
2 // SPDX-License-Identifier: Apache-2.0
3 //
4
5 #pragma once
6
7 #include "ie_api.h"
8
9 namespace InferenceEngine {
10
11 /**
12  * @brief Check if CPU is x86 with SSE4.2
13  */
14 INFERENCE_ENGINE_API_CPP(bool) with_cpu_x86_sse42();
15
16 }  // namespace InferenceEngine