Comment on So, you want to chunk really fast?parentComments−dataflow8moNote your compiler might turn that _mm256_set_epi64x into a load from memory, so there might still be memory accesses you don't expect.
Comments
Note your compiler might turn that _mm256_set_epi64x into a load from memory, so there might still be memory accesses you don't expect.