[PD-cvs] pd/src makefile.in,1.1.1.3.2.16,1.1.1.3.2.17

Thomas Grill xovo at users.sourceforge.net
Thu Oct 7 20:00:53 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	makefile.in 
Log Message:
more functions using SIMD instructions
functions for aligned memory allocation (also public in m_pd.h)
added new file m_simd.c !!!
updated makefile.nt


Index: makefile.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/makefile.in,v
retrieving revision 1.1.1.3.2.16
retrieving revision 1.1.1.3.2.17
diff -C2 -d -r1.1.1.3.2.16 -r1.1.1.3.2.17
*** makefile.in	6 Oct 2004 19:25:21 -0000	1.1.1.3.2.16
--- makefile.in	7 Oct 2004 18:00:51 -0000	1.1.1.3.2.17
***************
*** 46,50 ****
      x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c \
      x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c d_soundfile.c \
!     m_simd_sse_vc.c m_simd_sse_gcc.c m_simd_ve_gcc.c \
      $(SYSSRC)
  
--- 46,50 ----
      x_arithmetic.c x_connective.c x_interface.c x_midi.c x_misc.c \
      x_time.c x_acoustics.c x_net.c x_qlist.c x_gui.c d_soundfile.c \
!     m_simd.c m_simd_sse_vc.c m_simd_sse_gcc.c m_simd_ve_gcc.c \
      $(SYSSRC)
  





More information about the Pd-cvs mailing list