Home > Back-end >  While reading position 0 XFFFFFFFFFFFFFFFF AVX2 instructions access conflict.
While reading position 0 XFFFFFFFFFFFFFFFF AVX2 instructions access conflict.

Time:10-23

0 x00007ff7d9f75a58 in untreated exception: 0 xc0000005: while reading position 0 XFFFFFFFFFFFFFFFF access conflict,
Error code is:
_mm256_store_si256 ((__m256i *) sumarray sum_int32x8);
Why is this?

Note: int sumarray [8].

CodePudding user response:

Seems to be the second parameter is illegal

CodePudding user response:

The second parameter is right, I put in front of two variables defined together is normal??????
  • Related