From aad0dab9bd4c40fb867322249ab3dfa0f4abbf98 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Thu, 4 Jul 2024 16:44:57 +0300 Subject: [PATCH] undoing the intrinsics changes --- src/util/intrinsics.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/util/intrinsics.h b/src/util/intrinsics.h index 429603e2..4d3a2123 100644 --- a/src/util/intrinsics.h +++ b/src/util/intrinsics.h @@ -64,20 +64,7 @@ #endif #if defined(USE_X86INTRIN_H) -#if defined(VS_SIMDE_BACKEND) -// XXX the def in simde conflicts with the one in intrinsics.h -//#define __m128i __m128i_intrinsics_h -#endif #include -#if defined(VS_SIMDE_BACKEND) -//#undef __m128i -/* -#undef _MM_FLUSH_ZERO_MASK -#undef _MM_FLUSH_ZERO_ON -#undef _MM_FLUSH_ZERO_OFF -#undef _MM_ROUND_MASK -#define SIMDE_ENABLE_NATIVE_ALIASES -*/ #endif #elif defined(USE_INTRIN_H) #include