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

  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.go 10 // haveSSE42 is defined in crc32_amd64p32.s and uses CPUID to test for SSE 4.2
12 func haveSSE42() bool
19 var sse42 = haveSSE42()
crc32_amd64.go 16 // haveSSE41/haveSSE42/haveCLMUL are defined in crc_amd64.s and use
19 func haveSSE42() bool
41 var sse42 = haveSSE42()
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64p32.go 10 // haveSSE42 is defined in crc32_amd64p32.s and uses CPUID to test for SSE 4.2
12 func haveSSE42() bool
19 var sse42 = haveSSE42()
crc32_amd64.go 16 // haveSSE41/haveSSE42/haveCLMUL are defined in crc_amd64.s and use
19 func haveSSE42() bool
41 var sse42 = haveSSE42()

Completed in 140 milliseconds