-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSE41 path for streamvbyte_compressedbytes. (#57)
* Move compressedbytes to _encode.c. In preparation of SIMD implementations. * Split compressedbytes scalar path * Make data_bytes scalar path branchless * Move x64 control byte calculation into a helper This code path will be shared with compressedbytes calculation later. * Add SSE41 path for streamvbyte_compressedbytes
- Loading branch information
1 parent
f759071
commit 170fef1
Showing
3 changed files
with
86 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters