summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage_avx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qimage_avx.cpp')
-rw-r--r--src/gui/image/qimage_avx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qimage_avx.cpp b/src/gui/image/qimage_avx.cpp
index f112a46d96..711508a1bc 100644
--- a/src/gui/image/qimage_avx.cpp
+++ b/src/gui/image/qimage_avx.cpp
@@ -41,7 +41,7 @@
#include <private/qsimd_p.h>
-#ifdef QT_HAVE_AVX
+#ifdef QT_COMPILER_SUPPORTS_AVX
#ifndef __AVX__
#error "AVX not enabled in this file, cannot proceed"