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

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-09 10:39:35 -04:00
parent fae49a66a4
commit 321718d0a1
5 changed files with 11 additions and 21 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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