How to cope with "intrin.h: No such file or directory"?
- by Mask
#include <intrin.h>
The above will report:
intrin.h: No such file or directory
Which seems to be a MSVC header file,but I'm using eclipse cdt,how can I make it available?Is there some libraries needed?