0

我使用文档中解释的过程构建示例,并且可以在 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  

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

4

1 回答 1

1

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

于 2019-02-06T12:36:43.433 回答