From 5a49d1436097f2621037925daddd252e4cbe8a23 Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Tue, 12 Apr 2022 13:47:55 +0200 Subject: [PATCH] Typo --- spectre_v1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre_v1.c b/spectre_v1.c index 875cd47..481f82f 100644 --- a/spectre_v1.c +++ b/spectre_v1.c @@ -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];