mirror of
https://github.com/fumiama/blake2b-simd.git
synced 2026-06-11 21:50:30 +08:00
adapt go1.17
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file.
|
||||
|
||||
//go:build amd64 && !gccgo
|
||||
// +build amd64,!gccgo
|
||||
|
||||
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file.
|
||||
|
||||
// func cpuid(op uint32) (eax, ebx, ecx, edx uint32)
|
||||
TEXT ·cpuid(SB), 7, $0
|
||||
XORQ CX, CX
|
||||
|
||||
Reference in New Issue
Block a user