mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emulation/vkd3d-proton: update comment for -mno-avx
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user