From e41409e9c4ccf0cd1b45b81f9d2370d13326cfc2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Jun 2023 13:32:27 +0100 Subject: gentoo auto-resync : 26:06:2023 - 13:32:27 --- app-emulation/dxvk/dxvk-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app-emulation/dxvk/dxvk-9999.ebuild') diff --git a/app-emulation/dxvk/dxvk-9999.ebuild b/app-emulation/dxvk/dxvk-9999.ebuild index b2469528ebc8..12656f42a335 100644 --- a/app-emulation/dxvk/dxvk-9999.ebuild +++ b/app-emulation/dxvk/dxvk-9999.ebuild @@ -86,9 +86,10 @@ src_prepare() { src_configure() { use crossdev-mingw || PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH} - # AVX has a history of causing issues with this package, disable for safety - # https://bugs.winehq.org/show_bug.cgi?id=43516 - # https://bugs.winehq.org/show_bug.cgi?id=45289 + # -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 append-flags -mno-avx if [[ ${CHOST} != *-mingw* ]]; then -- cgit v1.2.3