scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.8k stars 570 forks source link

''Floating point overflow (core dumped)'' due to the recent update of xbyak #207

Open LBruyne opened 2 months ago

LBruyne commented 2 months ago

Recently, downloading and running this repository has resulted in a 'Floating point overflow (core dumped)' error due to an update in the dependency 'xbyak'.

LBruyne commented 2 months ago

My solution: First, run git submodule update --init --recursive to fetch and update the dependencies. Next, proceed with the following modification: