Browse Source

OH MY GOD MSVC

pull/3285/head
lizzie 4 weeks ago
parent
commit
72c5717f62
  1. 2
      src/video_core/host1x/vic.cpp

2
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

Loading…
Cancel
Save