This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GCC and x86intrin.h header
- From: Erotavlas_turbo at libero dot it
- To: "gcc" <gcc at gcc dot gnu dot org>
- Date: Tue, 21 Feb 2012 15:58:50 +0100
- Subject: GCC and x86intrin.h header
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