From 6f455fb8e4515c362c9f93a95b533ed6aa3d8ac1 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 29 Sep 2020 14:43:32 +0200 Subject: [PATCH] Revert "ARM64 BLST hotfix - disable BLST on ARM64 (#1753)" (#1775) This reverts commit feece1382deeb39689986f097a9a4b3e4818688b. --- config.nims | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.nims b/config.nims index a69cddc09..5e899ace9 100644 --- a/config.nims +++ b/config.nims @@ -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") # ---------------------------------------------------