summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2021-09-20 17:54:40 +0300
committerStelios Tsampas2021-09-20 17:54:40 +0300
commit620fc31a23bf53edafe9481d575d4f5c79551dce (patch)
tree80829b1f363aa436f623994b14e4517bf8905d83 /PKGBUILD
parent57549d1c4978b82afc9c70a283a20c9b2b5a507f (diff)
downloadaur-620fc31a23bf53edafe9481d575d4f5c79551dce.tar.gz
Version 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 913afebd899c..7876f4527525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')
@@ -68,8 +68,8 @@ prepare() {
# Relevant Wine issues
# https://bugs.winehq.org/show_bug.cgi?id=45289
# https://bugs.winehq.org/show_bug.cgi?id=43516
- dxvk64_cflags="$dxvk_cflags -mno-avx"
- dxvk32_cflags="$dxvk_cflags -mno-avx"
+ dxvk64_cflags="$dxvk_cflags -mno-avx -mno-avx2"
+ dxvk32_cflags="$dxvk_cflags -mno-avx -mno-avx2"
# These flags are taken from Proton, I don't know if there are issues with Arch wine.
dxvk64_cflags="$dxvk_cflags -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf"
dxvk32_cflags="$dxvk_cflags -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf"