From 87a41c8b45101918b6c2178da7bcaf1085981a7f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 14 Jun 2018 08:05:18 +0200 Subject: extra/mesa: disabled AVX/AVX2 optimizations --- extra/mesa/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extra/mesa/PKGBUILD (limited to 'extra/mesa/PKGBUILD') 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 + ' +)" -- cgit v1.2.3-54-g00ecf