Simd not on my Linux machine: fatal error: simd/simd.h: No such file or directory

北城以北 提交于 2019-12-11 20:39:03

问题


I have a codebase that I can compile and run on my mac but not on my remote linux box and I am not sure why.

When I compile I get the error

fatal error: simd/simd.h: No such file or directory

I am running the command

g++ -std=c++11 -c Tester.cpp

I have been trying install simd but I cant find instructions for that anywhere. I must not be looking in the right place? Is it possible simd is just not available on my linux machine?


回答1:


That appears to be some OS X specific header.



来源:https://stackoverflow.com/questions/51921366/simd-not-on-my-linux-machine-fatal-error-simd-simd-h-no-such-file-or-director

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!