mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-31 20:18:37 +00:00
build: restrict BMI2 keccak assembly to amd64 and !purego
This commit is contained in:
parent
1d4831d619
commit
3ce65a9593
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// Code generated by gen_keccakf_bmi2.go. DO NOT EDIT.
|
// Code generated by gen_keccakf_bmi2.go. DO NOT EDIT.
|
||||||
|
|
||||||
//go:build !purego
|
//go:build !purego && amd64
|
||||||
|
|
||||||
#include "textflag.h"
|
#include "textflag.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue