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)
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.


No differences found