Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vectorizedCastagnoli (0.3 sec)

  1. src/hash/crc32/crc32_s390x.go

    )
    
    // hasVX reports whether the machine has the z/Architecture
    // vector facility installed and enabled.
    var hasVX = cpu.S390X.HasVX
    
    // vectorizedCastagnoli implements CRC32 using vector instructions.
    // It is defined in crc32_s390x.s.
    //
    //go:noescape
    func vectorizedCastagnoli(crc uint32, p []byte) uint32
    
    // vectorizedIEEE implements CRC32 using vector instructions.
    // It is defined in crc32_s390x.s.
    //
    //go:noescape
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top