wpleonardo commented on code in PR #1375:
URL: https://github.com/apache/orc/pull/1375#discussion_r1092942734


##########
c++/src/RleDecoderV2.cc:
##########
@@ -97,10 +264,4151 @@ namespace orc {
         return;
       default:
         // Fallback to the default implementation for deprecated bit size.
-        plainUnpackLongs(data, offset, len, fbs);
+        plainUnpackLongs(data, offset, len, fbs, startBit);
+        return;
+    }
+#endif
+  }
+
+#if defined(ORC_HAVE_RUNTIME_AVX512)
+  void RleDecoderV2::unrolledUnpackVector1(int64_t* data, uint64_t offset, 
uint64_t len) {

Review Comment:
   No, we don't have the script to generate these code



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to