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

Thomas Grill xovo at users.sourceforge.net
Fri Jan 14 22:34:03 CET 2005


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

Modified Files:
      Tag: devel_0_38
	m_simd_def.h 
Log Message:
(quick!) fix for SIMD prototype

Index: m_simd_def.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd_def.h,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -C2 -d -r1.1.4.2 -r1.1.4.3
*** m_simd_def.h	14 Jan 2005 18:34:13 -0000	1.1.4.2
--- m_simd_def.h	14 Jan 2005 21:34:00 -0000	1.1.4.3
***************
*** 22,25 ****
--- 22,26 ----
  #define sigwrap_perf_simd       sigwrap_perform
  #define line_tilde_slope_simd   line_tilde_slope
+ #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 */





More information about the Pd-cvs mailing list