diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 17:30:23 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 17:30:23 +0000 |
commit | 198e2d7ccfb9c7b8b7a5c274ab67973209e11836 (patch) | |
tree | 6f6d63e92a7cb9c8184c6745904068fa657fa5b8 | |
parent | 888f8416089724e836ef1d2d2f2e382b92987827 (diff) |
disabled SSE since it's not compatible with [||]
svn path=/trunk/externals/zexy/; revision=13093
-rw-r--r-- | src/0x7c0x7c0x7e.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)&& |