1
0
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:
源文雨
2022-04-12 17:23:18 +08:00
parent 3f5f724cb5
commit c99573b3b2
15 changed files with 28 additions and 78 deletions

View File

@@ -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