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