mirror of
https://github.com/jlowellwofford/entropy.git
synced 2025-04-04 20:50:17 -05:00
use smarter build tags
This commit is contained in:
parent
bc31a3df75
commit
c630bd4715
@ -1,3 +1,5 @@
|
||||
// +build armbe arm64be ppc64 mips mips64 mips64p32 ppc s390 s390x sparc sparc64
|
||||
|
||||
/* binary_arm64.go: sets the host byte order for arm64
|
||||
*
|
||||
* Author: J. Lowell Wofford <lowell@lanl.gov>
|
@ -1,3 +1,5 @@
|
||||
// +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64p32le riscv riscv64 wasm
|
||||
|
||||
/* binary_amd64.go: sets the host byte order for amd64
|
||||
*
|
||||
* Author: J. Lowell Wofford <lowell@lanl.gov>
|
@ -11,4 +11,3 @@ const (
|
||||
RNDCLEARPOOL = 0x5206
|
||||
RNDRESEEDCRNG = 0x5207
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user