AlexeyAB
2018-08-15 f007f7b90ec1a3d83fd638d81b9b209448f659a4
src/gemm.c
@@ -334,7 +334,7 @@
}
static inline float _mm256_extract_float32(__m256 a, const int index) {
    return _castu32_f32(_mm256_extract_epi32(_mm256_castps_si256(a), index));
    return a.m256_f32[index];
}
#else    // Linux GCC/Clang