AlexeyAB
2018-08-14 7f9145729c2a2b64a7aeb3806f7c3d21771fce94
Another one fix for MSVS2017
1 files modified
3 ■■■■ changed files
src/gemm.c 3 ●●●● patch | view | raw | blame | history
src/gemm.c
@@ -334,7 +334,8 @@
}
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];
    //return _castu32_f32(_mm256_extract_epi32(_mm256_castps_si256(a), index));
}
#else    // Linux GCC/Clang