From 4934f05ba8e55f58ed5762180ea317da50a00a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 19 Jan 2010 14:56:40 +0000 Subject: SIMD code hopefully now also works on 64bit svn path=/trunk/externals/zexy/; revision=13045 --- src/zexy.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/zexy.h') diff --git a/src/zexy.h b/src/zexy.h index 33e9c7d..a56f868 100644 --- a/src/zexy.h +++ b/src/zexy.h @@ -50,16 +50,6 @@ #include "m_pd.h" -#ifdef __SSE__ -# include -# define Z_SIMD_BLOCK 16 /* must be a power of 2 */ -# define Z_SIMD_BYTEALIGN (128/8) /* assume 128 bits */ -# define Z_SIMD_CHKBLOCKSIZE(n) (!(n&(Z_SIMD_BLOCK-1))) -# define Z_SIMD_CHKALIGN(ptr) ( ((unsigned long)(ptr) & (Z_SIMD_BYTEALIGN-1)) == 0 ) -#endif /* __SSE__ */ - -#include - #define VERSION "2.2.3" /* these pragmas are only used for MSVC, not MinGW or Cygwin */ @@ -74,6 +64,7 @@ # define HEARTSYMBOL 64 #endif +#include #ifdef __WIN32__ # define STATIC_INLINE -- cgit v1.2.1