From 36de7b2cc7e9e43a1dd0a607b25b29d179543c0b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 25 Jul 2019 23:41:42 +0200 Subject: [PATCH] Fix incomplete headers. --- client/TracyDxt1.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/TracyDxt1.cpp b/client/TracyDxt1.cpp index df8bccb9..0c66ac65 100644 --- a/client/TracyDxt1.cpp +++ b/client/TracyDxt1.cpp @@ -18,6 +18,11 @@ # include # else # include +# ifdef __CYGWIN__ +# ifndef _mm256_cvtsi256_si32 +# define _mm256_cvtsi256_si32( v ) ( _mm_cvtsi128_si32( _mm256_castsi256_si128( v ) ) ) +# endif +# endif # endif #endif