summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2024-09-01 16:14:21 +0300
committerStelios Tsampas2024-09-01 16:14:21 +0300
commit0a7cb398f9e66367d4f7b49b851742b9cc9adfb8 (patch)
tree0880ee19933ca59c0f4470ad2b591e66674983b8
parentbf6321ed6d2ef80f12ec3bbd58e073f3df1f1911 (diff)
downloadaur-0a7cb398f9e66367d4f7b49b851742b9cc9adfb8.tar.gz
vkd3d-proton-mingw-git: disable avx2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075af2cd08b2..1c3377998ffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkd3d-proton-mingw-git
pkgdesc = Fork of VKD3D. Development branches for Protons Direct3D 12 implementation
- pkgver = 2.11.1.r120.gf1f18996
+ pkgver = 2.13.r103.g7091b2c
pkgrel = 1
url = https://github.com/HansKristian-Work/vkd3d-proton
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = vkd3d-proton-mingw-git
makedepends = mingw-w64-tools
provides = vkd3d-proton
provides = d3d12.dll
- provides = vkd3d-proton=2.11.1.r120.gf1f18996
+ provides = vkd3d-proton=2.13.r103.g7091b2c
conflicts = vkd3d-proton
conflicts = d3d12.dll
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index c3a6e412f3a5..d172e178d4b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=vkd3d-proton-mingw-git
-pkgver=2.11.1.r120.gf1f18996
+pkgver=2.13.r103.g7091b2c
pkgrel=1
pkgdesc='Fork of VKD3D. Development branches for Protons Direct3D 12 implementation'
arch=('x86_64')
@@ -57,8 +57,8 @@ prepare() {
# AVX is "hard" disabled for 32bit in any case.
# AVX/AVX2 for 64bit is disabled below.
# Seems unnecessery for 64bit if -mtune=generic is used
- #CFLAGS+=" -mno-avx2 -mno-avx"
- #CXXFLAGS+=" -mno-avx2 -mno-avx"
+ CFLAGS+=" -mno-avx2" # -mno-avx"
+ CXXFLAGS+=" -mno-avx2" # -mno-avx"
export CFLAGS CXXFLAGS LDFLAGS