We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31d8f1 commit 054330eCopy full SHA for 054330e
src/modules/decklink/consumer/v210_strategies.cpp
@@ -21,7 +21,7 @@
21
22
#include "../StdAfx.h"
23
24
-#ifndef WIN32
+#if !defined(WIN32) && (defined(__x86_64__) || defined(__i386__))
25
// Force this file to compile with avx2, as it has been crafted with intrinsics that require it.
26
#pragma GCC target("avx2")
27
#endif
0 commit comments