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


##########
c++/src/RLEv2.hh:
##########
@@ -189,13 +192,45 @@ namespace orc {
       resetReadLongs();
     }
 
+    void resetBufferStart(uint64_t len, bool resetBuf, uint32_t backupLen);
     unsigned char readByte();
 
     int64_t readLongBE(uint64_t bsz);
     int64_t readVslong();
     uint64_t readVulong();
     void readLongs(int64_t* data, uint64_t offset, uint64_t len, uint64_t fbs);
-    void plainUnpackLongs(int64_t* data, uint64_t offset, uint64_t len, 
uint64_t fbs);
+    void plainUnpackLongs(int64_t* data, uint64_t offset, uint64_t len, 
uint64_t fbs,
+                          uint64_t& startBit);
+
+#if defined(ORC_HAVE_RUNTIME_AVX512)
+    void unrolledUnpackVector1(int64_t* data, uint64_t offset, uint64_t len);

Review Comment:
   OK, thank you very much, I am modifying this part following this suggestion 
and the above one
   https://github.com/apache/orc/pull/1375#discussion_r1067745787



-- 
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