From 78b2b255ce3f08108746be2d98eb0094877fee3b Mon Sep 17 00:00:00 2001 From: Bogdan Ursu Date: Fri, 20 Dec 2024 11:53:00 +0100 Subject: [PATCH] changing build flags --- prover/maths/common/smartvectorsext/arithmetic_ext_test.go | 2 +- prover/maths/field/fext/e2_fallback.go | 3 --- prover/maths/field/fext/e2_fallback_new.go | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/prover/maths/common/smartvectorsext/arithmetic_ext_test.go b/prover/maths/common/smartvectorsext/arithmetic_ext_test.go index e6fa5391f..79e8983b2 100644 --- a/prover/maths/common/smartvectorsext/arithmetic_ext_test.go +++ b/prover/maths/common/smartvectorsext/arithmetic_ext_test.go @@ -1,4 +1,4 @@ -//go:build !race +//go:build !fuzzlight package smartvectorsext diff --git a/prover/maths/field/fext/e2_fallback.go b/prover/maths/field/fext/e2_fallback.go index 07ca381c4..fd8d703f4 100644 --- a/prover/maths/field/fext/e2_fallback.go +++ b/prover/maths/field/fext/e2_fallback.go @@ -1,6 +1,3 @@ -//go:build !amd64 -// +build !amd64 - // Copyright 2020 Consensys Software Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/prover/maths/field/fext/e2_fallback_new.go b/prover/maths/field/fext/e2_fallback_new.go index 37bcac873..7567bc99d 100644 --- a/prover/maths/field/fext/e2_fallback_new.go +++ b/prover/maths/field/fext/e2_fallback_new.go @@ -1,6 +1,3 @@ -//go:build !amd64 -// +build !amd64 - // Copyright 2020 Consensys Software Inc. // // Licensed under the Apache License, Version 2.0 (the "License");