Source File
bytestreamsplit_amd64.go
Belonging Package
github.com/parquet-go/parquet-go/encoding/bytestreamsplit
//go:build !puregopackage bytestreamsplitimport ()var encodeFloatHasAVX512 = cpu.X86.HasAVX512 &&cpu.X86.HasAVX512F &&cpu.X86.HasAVX512VLvar encodeDoubleHasAVX512 = cpu.X86.HasAVX512 &&cpu.X86.HasAVX512F &&cpu.X86.HasAVX512VL &&cpu.X86.HasAVX512VBMI // VPERMBvar decodeFloatHasAVX2 = cpu.X86.HasAVX2var decodeDoubleHasAVX512 = cpu.X86.HasAVX512 &&cpu.X86.HasAVX512F &&cpu.X86.HasAVX512VL &&cpu.X86.HasAVX512VBMI // VPERMB//go:noescapefunc encodeFloat(, []byte)//go:noescapefunc encodeDouble(, []byte)//go:noescapefunc decodeFloat(, []byte)//go:noescapefunc decodeDouble(, []byte)
![]() |
The pages are generated with Golds v0.8.2. (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. |