[PD-cvs] externals/zexy/src 0x3c0x7e.c,1.7,1.8

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Jun 20 08:55:19 CEST 2007


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2997

Modified Files:
	0x3c0x7e.c 
Log Message:
removed the "SIMD" verbosity


Index: 0x3c0x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x3c0x7e.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 0x3c0x7e.c	14 Mar 2007 09:08:55 -0000	1.7
--- 0x3c0x7e.c	20 Jun 2007 06:55:17 -0000	1.8
***************
*** 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 ----





More information about the Pd-cvs mailing list