1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-11 05:30:37 +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,3 +1,4 @@
//go:build (386 && !gccgo) || (amd64 && !gccgo)
// +build 386,!gccgo amd64,!gccgo
// Copyright 2016 Frank Wessels <fwessels@xs4all.nl>