HomeSort by relevance Sort by last modified time
    Searched defs:haveCLMUL (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 16 // haveSSE41/haveSSE42/haveCLMUL are defined in crc_amd64.s and use
20 func haveCLMUL() bool
42 var useFastIEEE = haveCLMUL() && haveSSE41()
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 16 // haveSSE41/haveSSE42/haveCLMUL are defined in crc_amd64.s and use
20 func haveCLMUL() bool
42 var useFastIEEE = haveCLMUL() && haveSSE41()

Completed in 841 milliseconds