From 198e2d7ccfb9c7b8b7a5c274ab67973209e11836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 25 Jan 2010 17:30:23 +0000 Subject: disabled SSE since it's not compatible with [||] svn path=/trunk/externals/zexy/; revision=13093 --- src/0x7c0x7c0x7e.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/0x7c0x7c0x7e.c') diff --git a/src/0x7c0x7c0x7e.c b/src/0x7c0x7c0x7e.c index 4511f8e..e3e350f 100644 --- a/src/0x7c0x7c0x7e.c +++ b/src/0x7c0x7c0x7e.c @@ -206,6 +206,7 @@ static void oror_tilde_dsp(t_oror_tilde *x, t_signal **sp) #ifdef __SSE__ if( + 0 && /* disabled for now since SSE2 code not compatible with [||] */ Z_SIMD_CHKBLOCKSIZE(n)&& Z_SIMD_CHKALIGN(in1)&& Z_SIMD_CHKALIGN(in2)&& -- cgit v1.2.1