Revert "ARM64 BLST hotfix - disable BLST on ARM64 (#1753)" (#1775)

This reverts commit feece1382d.
This commit is contained in:
Mamy Ratsimbazafy 2020-09-29 14:43:32 +02:00 committed by GitHub
parent 0c921b7bc0
commit 6f455fb8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
# Emergency fixes
# ---------------------------------------------------
if defined(arm64):
# https://twitter.com/EthereumOnARM/status/1309477357938499585?s=20
# https://github.com/supranational/blst/issues/31
switch("define", "BLS_FORCE_BACKEND=miracl")
# ---------------------------------------------------