diff --git a/headers/simdgroupsimple.h b/headers/simdgroupsimple.h index 148f151..67adce3 100644 --- a/headers/simdgroupsimple.h +++ b/headers/simdgroupsimple.h @@ -1292,7 +1292,7 @@ namespace FastPForLib { // Step 2: Determine the next selector. pos = 0; uint8_t i; - uint8_t n; + uint8_t n = 0; for (i = 0; i <= 9; i++) { n = tableNum[i]; const uint32_t mask = tableMask[i];