Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15998
Modified Files: Tag: devel_0_38 m_simd_ve_gcc.h Log Message: should compile on osx, now ...
Index: m_simd_ve_gcc.h =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd_ve_gcc.h,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -C2 -d -r1.1.4.4 -r1.1.4.5 *** m_simd_ve_gcc.h 11 Jan 2005 21:41:14 -0000 1.1.4.4 --- m_simd_ve_gcc.h 12 Jan 2005 15:18:33 -0000 1.1.4.5 *************** *** 41,49 **** t_int *sigrsqrt_perf_simd(t_int *w);
! #define env_tilde_accum_simd env_tilde_accum /* SIMD not implemented */ ! #define copyvec_simd_unalignedsrc copyvec_8 #define sum_vecsimd sumvec_8 /* SIMD not implemented */ ! #define line_tilde_slope_simd line_tilde_slope_simd /* SIMD not implemented */ !
#endif /* __M_SIMD_VE_GCC_H */ --- 41,49 ---- t_int *sigrsqrt_perf_simd(t_int *w);
! #define env_tilde_accum_simd env_tilde_accum_8 /* SIMD not implemented */ ! #define copyvec_simd_unalignedsrc copyvec_8 /* SIMD not implemented */ #define sum_vecsimd sumvec_8 /* SIMD not implemented */ ! #define line_tilde_slope_simd line_tilde_slope /* SIMD not implemented */ ! #define peakvec_simd peakvec /* SIMD not implemented */
#endif /* __M_SIMD_VE_GCC_H */