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

2019-08-27 04:50发布

问题:

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.