We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bafc525 commit 8ca34ebCopy full SHA for 8ca34eb
include/alp/encoder.hpp
@@ -368,8 +368,8 @@ struct encoder {
368
}
369
#else
370
for (size_t i {0}; i < config::VECTOR_SIZE; i++) {
371
- auto l = ENCODED_DBL_ARR[i];
372
- auto r = DBL_ARR_WITHOUT_SPECIALS[i];
+ auto l = ENCODED_VALUE_ARR[i];
+ auto r = VALUE_ARR_WITHOUT_SPECIALS[i];
373
auto is_exception = (l != r);
374
TMP_INDEX_ARR[exceptions_idx] = i;
375
exceptions_idx += is_exception;
0 commit comments