From: Matt Corallo Date: Wed, 9 Jun 2021 19:15:11 +0000 (+0000) Subject: Swap default-cpu for sandybridge and use it when compiling libsecp X-Git-Tag: v0.0.98~1^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=bee9c2d6645619590fd14ec9277d3321e2aa325a;hp=bee9c2d6645619590fd14ec9277d3321e2aa325a;p=ldk-c-bindings Swap default-cpu for sandybridge and use it when compiling libsecp sandybridge is a reasonable choice because it supports AVX but is also 10+ years old (with AMD support for AVX at similar times). The next option would be haswell with AVX2, which doesn't add as much and for which AMD processors only came about in mid-2015. ---