Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17761
Modified Files: Tag: desiredata m_simd_ve_gcc.h Log Message: removed lines duplicate of m_pd.h
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.7 retrieving revision 1.1.4.7.4.1 diff -C2 -d -r1.1.4.7 -r1.1.4.7.4.1 *** m_simd_ve_gcc.h 23 Jan 2005 21:14:38 -0000 1.1.4.7 --- m_simd_ve_gcc.h 11 Jul 2007 17:57:40 -0000 1.1.4.7.4.1 *************** *** 1,40 **** ! /* ! SIMD functionality for Apple Velocity Engine (AltiVec) with GCC compiler ! added by T.Grill ! */ ! #ifndef __M_SIMD_VE_GCC_H #define __M_SIMD_VE_GCC_H - #include "m_pd.h"
/* SIMD functions for VE with GCC */ - - /* functions in d_ugen.c */ - t_int *zero_perf_simd(t_int *w); - - /* functions in d_dac.c */ - t_int *copy_perf_simd(t_int *w); - - /* functions in d_ctl.c */ - t_int *sig_tilde_perf_simd(t_int *w); - - /* functions in d_arithmetic.c */ - t_int *plus_perf_simd(t_int *w); - t_int *scalarplus_perf_simd(t_int *w); - t_int *minus_perf_simd(t_int *w); - t_int *scalarminus_perf_simd(t_int *w); - t_int *times_perf_simd(t_int *w); - t_int *scalartimes_perf_simd(t_int *w); - t_int *sqr_perf_simd(t_int *w); - t_int *over_perf_simd(t_int *w); - t_int *scalarover_perf_simd(t_int *w); - t_int *max_perf_simd(t_int *w); - t_int *scalarmax_perf_simd(t_int *w); - t_int *min_perf_simd(t_int *w); - t_int *scalarmin_perf_simd(t_int *w); - - /* functions in d_math.c */ - t_int *clip_perf_simd(t_int *w); t_int *sigwrap_perf_simd(t_int *w); t_int *sigsqrt_perf_simd(t_int *w); --- 1,8 ---- ! /* SIMD functionality for Apple Velocity Engine (AltiVec) with GCC compiler; added by T.Grill */ #ifndef __M_SIMD_VE_GCC_H #define __M_SIMD_VE_GCC_H #include "m_pd.h"
/* SIMD functions for VE with GCC */ t_int *sigwrap_perf_simd(t_int *w); t_int *sigsqrt_perf_simd(t_int *w); *************** *** 48,51 **** #define peakvec_simd peakvec
- #endif /* __M_SIMD_VE_GCC_H */ --- 16,18 ----