The IEEE assembler optimizations has been submitted and will be part of the Go 1.6 standard library.

https://github.com/klauspost/crc32
This commit is contained in:
Konstantin Lebedev
2021-08-17 13:06:48 +05:00
parent 8109594c6e
commit 865b06b7fe
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"io"
"github.com/klauspost/crc32"
"hash/crc32"
"github.com/chrislusf/seaweedfs/weed/util"
)