From 72c5717f6254910e99e2fb6188b2359255faed1c Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 10 Jan 2026 03:22:40 +0000 Subject: [PATCH] OH MY GOD MSVC --- src/video_core/host1x/vic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/host1x/vic.cpp b/src/video_core/host1x/vic.cpp index f47e3ed4c0..f514ccfc07 100644 --- a/src/video_core/host1x/vic.cpp +++ b/src/video_core/host1x/vic.cpp @@ -43,7 +43,7 @@ extern "C" { #endif #if defined(ARCHITECTURE_x86_64) \ - && ((defined(_MSC_VER) && defined(__AVX__)) \ + && (defined(_MSC_VER) \ || (defined(__GNUC__) && defined(__SSE4_1__)) \ || (defined(__clang__) && defined(__SSE4_1__))) #define COMPILED_HAS_SSE41 1