solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

Update avx2 build for glibc-2.26 changes #47

Closed sunnyflunk closed 6 years ago

sunnyflunk commented 6 years ago

The introduction of glibc-2.26 results in a change in directory for avx2 libraries. Glibc now uses the haswell directory, while the optimizations are increased to -march=haswell to enable other math instructions that will be present when the avx2 libraries are used.

Signed-off-by: Peter O'Connor peter@solus-project.com