This commit is contained in:
Samuel Aubertin 2022-04-12 13:47:55 +02:00
parent 6c32500747
commit 5a49d14360

View File

@ -39,7 +39,7 @@ victim_function(size_t x)
_mm_lfence(); _mm_lfence();
#endif #endif
#ifdef MASKING_MITIGATION #ifdef MASKING_MITIGATION
x &= array_index_mask_nospec(x, array1_size); x &= octopus_array_index_mask_nospec(x, array1_size);
#endif #endif
temp &= channel[array1[x] * GAP]; temp &= channel[array1[x] * GAP];