Skip to content

Commit 8ca34eb

Browse files
committed
ops
1 parent bafc525 commit 8ca34eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/alp/encoder.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ struct encoder {
368368
}
369369
#else
370370
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];
371+
auto l = ENCODED_VALUE_ARR[i];
372+
auto r = VALUE_ARR_WITHOUT_SPECIALS[i];
373373
auto is_exception = (l != r);
374374
TMP_INDEX_ARR[exceptions_idx] = i;
375375
exceptions_idx += is_exception;

0 commit comments

Comments
 (0)