Simd not on my Linux machine: fatal error: simd/si

2019-08-27 04:34发布

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条回答
祖国的老花朵
2楼-- · 2019-08-27 05:17

That appears to be some OS X specific header.

查看更多
登录 后发表回答