Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17121/src
Modified Files: Tag: branch-v0-39-2-extended 0x3c0x7e.c Log Message:
Removed extraneous "SIMD" messages following this discussion:
http://lists.puredata.info/pipermail/pd-list/2007-07/052048.html
Index: 0x3c0x7e.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/0x3c0x7e.c,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** 0x3c0x7e.c 19 May 2006 14:04:32 -0000 1.6 --- 0x3c0x7e.c 23 Jul 2007 23:01:21 -0000 1.6.2.1 *************** *** 197,201 **** ) { - post("SIMD"); dsp_add(lt_tilde_performSSE, 4, in1, in2, out, n); } else --- 197,200 ---- *************** *** 220,224 **** ) { - post("SIMD"); dsp_add(scalarlt_tilde_performSSE, 4, in, &x->x_g, out, n); } else --- 219,222 ----