commit:     321718d0a11ab7bac896e612951f6c9d8a9c960f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 14:39:35 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 14:40:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321718d0

app-emulation/vkd3d-proton: update comment for -mno-avx

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild   | 6 ++----
 app-emulation/vkd3d-proton/vkd3d-proton-2.13.ebuild   | 6 ++----
 app-emulation/vkd3d-proton/vkd3d-proton-2.14.1.ebuild | 6 ++----
 app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild | 8 +++-----
 app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild   | 6 ++----
 5 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild
index 8c2a99c5de97..024c5bb46c87 100644
--- a/app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.12.ebuild
@@ -119,10 +119,8 @@ src_configure() {
        # performance, GPU does the actual work)
        filter-lto
 
-       # -mavx with mingw-gcc has a history of obscure issues and
-       # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg`
-       # crashes with -march=skylake >=wine-8.10, similar issues with
-       # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
+       # -mavx and mingw-gcc do not mix safely here
+       # https://github.com/doitsujin/dxvk/issues/4746#issuecomment-2708869202
        append-flags -mno-avx
 
        if [[ ${CHOST} != *-mingw* ]]; then

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.13.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-2.13.ebuild
index 2ddc2bc48d4f..47803cf8b2f6 100644
--- a/app-emulation/vkd3d-proton/vkd3d-proton-2.13.ebuild
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.13.ebuild
@@ -119,10 +119,8 @@ src_configure() {
        # performance, GPU does the actual work)
        filter-lto
 
-       # -mavx with mingw-gcc has a history of obscure issues and
-       # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg`
-       # crashes with -march=skylake >=wine-8.10, similar issues with
-       # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
+       # -mavx and mingw-gcc do not mix safely here
+       # https://github.com/doitsujin/dxvk/issues/4746#issuecomment-2708869202
        append-flags -mno-avx
 
        if [[ ${CHOST} != *-mingw* ]]; then

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.14.1.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-2.14.1.ebuild
index ee481dec3ed1..0e0f6c245fea 100644
--- a/app-emulation/vkd3d-proton/vkd3d-proton-2.14.1.ebuild
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.14.1.ebuild
@@ -119,10 +119,8 @@ src_configure() {
        # performance, GPU does the actual work)
        filter-lto
 
-       # -mavx with mingw-gcc has a history of obscure issues and
-       # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg`
-       # crashes with -march=skylake >=wine-8.10, similar issues with
-       # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
+       # -mavx and mingw-gcc do not mix safely here
+       # https://github.com/doitsujin/dxvk/issues/4746#issuecomment-2708869202
        append-flags -mno-avx
 
        if [[ ${CHOST} != *-mingw* ]]; then

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild
index 9a41d28143b1..e14b9bbd7175 100644
--- a/app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -110,10 +110,8 @@ src_configure() {
        # performance, GPU does the actual work)
        filter-lto
 
-       # -mavx with mingw-gcc has a history of obscure issues and
-       # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg`
-       # crashes with -march=skylake >=wine-8.10, similar issues with
-       # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
+       # -mavx and mingw-gcc do not mix safely here
+       # https://github.com/doitsujin/dxvk/issues/4746#issuecomment-2708869202
        append-flags -mno-avx
 
        if [[ ${CHOST} != *-mingw* ]]; then

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild
index a573681d93e6..913349a19e2c 100644
--- a/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-9999.ebuild
@@ -119,10 +119,8 @@ src_configure() {
        # performance, GPU does the actual work)
        filter-lto
 
-       # -mavx with mingw-gcc has a history of obscure issues and
-       # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg`
-       # crashes with -march=skylake >=wine-8.10, similar issues with
-       # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
+       # -mavx and mingw-gcc do not mix safely here
+       # https://github.com/doitsujin/dxvk/issues/4746#issuecomment-2708869202
        append-flags -mno-avx
 
        if [[ ${CHOST} != *-mingw* ]]; then

Reply via email to