为什么我在编译 OpenVino 样本时出现此错误

Why I am getting this error when compiling OpenVino samples

本文关键字:错误 样本 编译 OpenVino 为什么      更新时间:2023-10-16

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

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

Error   C3861   '_mm_blendv_ps': identifier not found   ie_cpu_extension    C:localIntelcomputer_vision_sdk_2018.5.445deployment_toolsinference_enginesrcextensioncommonsoftmax.h  81  

为什么我会收到此错误以及如何解决它?

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