[PD-cvs] pd/src m_simd_sse_vc.h,1.1.4.6,1.1.4.7

Tim Blechmann timblech at users.sourceforge.net
Wed Jan 12 16:20:27 CET 2005


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

Modified Files:
      Tag: devel_0_38
	m_simd_sse_vc.h 
Log Message:
should compile on msvc now ...

Index: m_simd_sse_vc.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd_sse_vc.h,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -C2 -d -r1.1.4.6 -r1.1.4.7
*** m_simd_sse_vc.h	11 Jan 2005 21:41:14 -0000	1.1.4.6
--- m_simd_sse_vc.h	12 Jan 2005 15:20:25 -0000	1.1.4.7
***************
*** 42,49 ****
  
  #define sum_vecsimd             sumvec_8         /* SIMD not implemented */
! #define env_tilde_accum_simd    env_tilde_accum  /* SIMD not implemented */
  #define copyvec_simd_unalignedsrc copyvec_8      /* SIMD not implemented */
  #define sigwrap_perf_simd       sigwrap_perform  /* SIMD not implemented */
! #define line_tilde_slope_simd   line_tilde_slope_simd /* SIMD not implemented */
  
  
--- 42,49 ----
  
  #define sum_vecsimd             sumvec_8         /* SIMD not implemented */
! #define env_tilde_accum_simd    env_tilde_accum_8 /* SIMD not implemented */
  #define copyvec_simd_unalignedsrc copyvec_8      /* SIMD not implemented */
  #define sigwrap_perf_simd       sigwrap_perform  /* SIMD not implemented */
! #define line_tilde_slope_simd   line_tilde_slope /* SIMD not implemented */
  
  





More information about the Pd-cvs mailing list