We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dc8ab commit 4a77fe6Copy full SHA for 4a77fe6
src/avx512-64bit-common.h
@@ -285,7 +285,7 @@ struct ymm_vector<uint32_t> {
285
}
286
static void storeu(void *mem, zmm_t x)
287
{
288
- _mm256_storeu_epi32(mem, x);
+ _mm256_storeu_si256((__m256i*) mem, x);
289
290
};
291
template <>
@@ -414,7 +414,7 @@ struct ymm_vector<int32_t> {
414
415
416
417
418
419
420
0 commit comments