Hi, I read in the manual of GCC the following line: <x86intrin.h> // new intrinsic header file, it should be included before using any IA-32/x86-64 intrinsics. What does it mean? I have to explicitly include this library in my code if I want to use the intrinsic functions like ssex or mcrc32 etc.
Thank you