func github.com/klauspost/compress/internal/cpuinfo.HasBMI2
5 uses
github.com/klauspost/compress/internal/cpuinfo (current package)
cpuinfo.go#L14: func HasBMI2() bool {
cpuinfo.go#L30: return HasBMI1() && HasBMI2()
github.com/klauspost/compress/huff0
decompress_amd64.go#L195: if cpuinfo.HasBMI2() {
github.com/klauspost/compress/zstd
seqdec_amd64.go#L103: if cpuinfo.HasBMI2() {
seqdec_amd64.go#L257: if cpuinfo.HasBMI2() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |