Merge pull request #234 from coldtobi/master

Do not force USE_INTRINISCS to be set via source-code
This commit is contained in:
Robert Beckebans 2015-07-11 12:14:56 +02:00
commit 8a2fd154bb

View file

@ -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 <emmintrin.h>
#endif