I am running gcc version 4.8.2 on ubuntu on corei7.
Found about AVX intrinsics from google search, but I am not sure if this set of intrinsics can be used and compiled for Linux device driver.
If it can, anybody here can tell me what is the right settings for makefile and what header files to include in the c source to get this avx compiled with gcc?
Thanks.