Skip to content

Commit

Permalink
huff0: Remove commented out "+1000"
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Post <klauspost@gmail.com>
  • Loading branch information
greatroar and klauspost committed Jun 30, 2022
1 parent 67dc4de commit e5ccb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huff0/_generate/gen.go
Expand Up @@ -218,7 +218,7 @@ func (d decompress4x) generateProcedure4x8bit(name string) {
}

func (d decompress4x) decodeFourValues(id int, br, peekBits, table, buffer, exhausted reg.GPVirtual) {
brValue, brBitsRead := d.fillFast32(id /*+1000*/, 32, br, exhausted)
brValue, brBitsRead := d.fillFast32(id, 32, br, exhausted)

decompress := func(valID int, outByte reg.Register) {
CX := reg.CL
Expand Down

0 comments on commit e5ccb6d

Please sign in to comment.