iden3 / go-rapidsnark

go-rapidsnark
Apache License 2.0
20 stars 5 forks source link

Build with asm optimizations disabled for older x86_64 processors #4

Closed OBrezhniev closed 2 years ago

OBrezhniev commented 2 years ago

Use noasm build tag to use precompiled rapidsnark with disabled asm optimizations.

go build -tags noasm
go test -tags noasm