Skip to content

Commit 2d457e5

Browse files
authored
zstd: x86 assembler implementation of sequenceDecs.decode (#528)
* 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
1 parent fafebe1 commit 2d457e5

File tree

8 files changed

+1451
-144
lines changed

8 files changed

+1451
-144
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ _testmain.go
2323
*.test
2424
*.prof
2525
/s2/cmd/_s2sx/sfx-exe
26+
27+
# Linux perf files
28+
perf.data
29+
perf.data.old
30+
31+
# gdb history
32+
.gdb_history

0 commit comments

Comments
 (0)