From bbb41c7781f8151ff1be53493f525375b42a55d6 Mon Sep 17 00:00:00 2001 From: Tobias Frost Date: Sat, 11 Jul 2015 10:33:04 +0200 Subject: [PATCH] Do not force USE_INTRINISCS to be set via source-code --- neo/idlib/sys/sys_intrinsics.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/neo/idlib/sys/sys_intrinsics.h b/neo/idlib/sys/sys_intrinsics.h index 975b1314..eab03980 100644 --- a/neo/idlib/sys/sys_intrinsics.h +++ b/neo/idlib/sys/sys_intrinsics.h @@ -29,12 +29,6 @@ If you have questions concerning this license or the applicable additional terms #ifndef __SYS_INTRIINSICS_H__ #define __SYS_INTRIINSICS_H__ -#if !defined(USE_INTRINSICS) -#if defined(WIN32) || defined(__i386__) || defined(__x86_64__) -#define USE_INTRINSICS -#endif -#endif - #if defined(USE_INTRINSICS) #include #endif