Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6507
Modified Files: Tag: devel_0_37 d_ctl.c d_ugen.c Log Message: formating
Index: d_ugen.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_ugen.c,v retrieving revision 1.1.1.2.2.9 retrieving revision 1.1.1.2.2.10 diff -C2 -d -r1.1.1.2.2.9 -r1.1.1.2.2.10 *** d_ugen.c 7 Oct 2004 17:56:37 -0000 1.1.1.2.2.9 --- d_ugen.c 9 Oct 2004 16:40:10 -0000 1.1.1.2.2.10 *************** *** 78,82 **** if (n&7) dsp_add(zero_perform, 2, out, n); ! else if(SIMD_CHECK1(n,out)) dsp_add(zero_perf_simd, 2, out, n); else --- 78,82 ---- if (n&7) dsp_add(zero_perform, 2, out, n); ! else if(SIMD_CHECK1(n,out)) dsp_add(zero_perf_simd, 2, out, n); else
Index: d_ctl.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_ctl.c,v retrieving revision 1.1.1.3.2.13 retrieving revision 1.1.1.3.2.14 diff -C2 -d -r1.1.1.3.2.13 -r1.1.1.3.2.14 *** d_ctl.c 9 Oct 2004 11:56:59 -0000 1.1.1.3.2.13 --- d_ctl.c 9 Oct 2004 16:40:09 -0000 1.1.1.3.2.14 *************** *** 169,173 **** static void line_tilde_dsp(t_line *x, t_signal **sp) { ! dsp_add(line_tilde_perform, 3, x, sp[0]->s_vec, sp[0]->s_n); x->x_1overn = 1./sp[0]->s_n; x->x_dspticktomsec = sp[0]->s_sr / (1000 * sp[0]->s_n); --- 169,173 ---- static void line_tilde_dsp(t_line *x, t_signal **sp) { ! dsp_add(line_tilde_perform, 3, x, sp[0]->s_vec, sp[0]->s_n); x->x_1overn = 1./sp[0]->s_n; x->x_dspticktomsec = sp[0]->s_sr / (1000 * sp[0]->s_n);