为什么在编译OpenVino示例时出现此错误

时间:2019-01-31 22:51:03

标签: c++ openvino

我使用文档中说明的过程来构建示例,并且可以在Windows 10中打开解决方案。

当我尝试使用VS 2017编译代码时,出现此错误:

Error   C3861   '_mm_blendv_ps': identifier not found   ie_cpu_extension    C:\local\Intel\computer_vision_sdk_2018.5.445\deployment_tools\inference_engine\src\extension\common\softmax.h  81  

为什么会出现此错误以及如何解决?

1 个答案:

答案 0 :(得分:0)

确保softmax.h标头包含标头smmintrin.h(因为它是负责SSE4.1内部函数的标头)。 希望这能解决问题。