[PD-cvs] pd/src m_simd_def.h,1.1.4.3,1.1.4.4

Tim Blechmann timblech at users.sourceforge.net
Tue Jan 18 20:41:03 CET 2005


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23607

Modified Files:
      Tag: devel_0_38
	m_simd_def.h 
Log Message:


Index: m_simd_def.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd_def.h,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -C2 -d -r1.1.4.3 -r1.1.4.4
*** m_simd_def.h	14 Jan 2005 21:34:00 -0000	1.1.4.3
--- m_simd_def.h	18 Jan 2005 19:40:55 -0000	1.1.4.4
***************
*** 24,27 ****
--- 24,28 ----
  #define env_tilde_accum_simd    env_tilde_accum_8 /* it's a bad place to set that here since there's no public prototype */
  
+ 
  /* functions in d_arithmetic.c */
  #define plus_perf_simd          plus_perf8
***************
*** 48,52 ****
  #define peakvec_simd            peakvec
  
! #define sum_vecsimd             sumvec_8
  
  #endif /* __M_SIMD_DEF_H */
--- 49,56 ----
  #define peakvec_simd            peakvec
  
! /* random dsp */
! #define sum_vecsimd                sumvec_8
! 
! 
  
  #endif /* __M_SIMD_DEF_H */





More information about the Pd-cvs mailing list