_mm256_castps_si256
Classification
Header File
Synopsis
_mm256_castps_si256(__m256 a);
Description
Cast vector of type __m256 to type __m256i. This intrinsic is only used for compilation and does not generate any instructions, thus it has zero latency.