Skip to content

Commit

Permalink
zstd: x86 assembler implementation of sequenceDecs.decode (#528)
Browse files Browse the repository at this point in the history
* zstd: x86 assembler implementation of sequenceDecs.decode

Differences with the Go implementation:
- check ml and mo in the main loop,
- s.seqSize and litRemain are checked in the end.

Generate assembly routines with avo
  • Loading branch information
WojciechMula authored Mar 17, 2022
1 parent fafebe1 commit 2d457e5
Show file tree
Hide file tree
Showing 8 changed files with 1,451 additions and 144 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ _testmain.go
*.test
*.prof
/s2/cmd/_s2sx/sfx-exe

# Linux perf files
perf.data
perf.data.old

# gdb history
.gdb_history
Loading

0 comments on commit 2d457e5

Please sign in to comment.