Using xmm parameter in AVX intrinsics
问题 Is it possible to use xmm register parameter with AVX intrinsics function ( _mm256_**_** )? My code require the usage of vecter integer operation (for load and storing data) along with vector floating point operation. The integer code is written with SSE2 intrinsics to be compatible with older CPU, while floating point is written with AVX to improve speed (there is also SSE code branch, so do not suggest this). Currently, except for using compiler flag to automatically convert all SSE