From 7e9539ef2da552d007b14488203202247aa69516 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 8 Jun 2019 00:38:34 +0200 Subject: [PATCH] AVX implies SSE 4.1. --- client/TracyEtc1.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/TracyEtc1.cpp b/client/TracyEtc1.cpp index 97267946..1e4c7372 100644 --- a/client/TracyEtc1.cpp +++ b/client/TracyEtc1.cpp @@ -5,6 +5,10 @@ #include #include +#if defined __AVX__ && !defined __SSE4_1__ +# define __SSE4_1__ +#endif + #ifdef __SSE4_1__ # ifdef _MSC_VER # include