Swap default-cpu for sandybridge and use it when compiling libsecp
authorMatt Corallo <git@bluematt.me>
Wed, 9 Jun 2021 19:15:11 +0000 (19:15 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 9 Jun 2021 19:15:11 +0000 (19:15 +0000)
commitbee9c2d6645619590fd14ec9277d3321e2aa325a
treeae2c2995362acdd10eb56b4af5fbd89d97dd4fb7
parent710ca31e66a574c24ce59bd0d40362b9adb6e978
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.
genbindings.sh