diff options
-rw-r--r-- | extra/mesa/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD new file mode 100644 index 00000000..50f4397b --- /dev/null +++ b/extra/mesa/PKGBUILD @@ -0,0 +1,7 @@ +# disable AVX/AVX2 in openswf, makes no sense with old CPUs +eval "$( + declare -f build | \ + sed ' + s/-D swr-arches=avx,avx2//g + ' +)" |