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?