Typo
This commit is contained in:
parent
6c32500747
commit
5a49d14360
@ -39,7 +39,7 @@ victim_function(size_t x)
|
||||
_mm_lfence();
|
||||
#endif
|
||||
#ifdef MASKING_MITIGATION
|
||||
x &= array_index_mask_nospec(x, array1_size);
|
||||
x &= octopus_array_index_mask_nospec(x, array1_size);
|
||||
#endif
|
||||
|
||||
temp &= channel[array1[x] * GAP];
|
||||
|
Loading…
Reference in New Issue
Block a user