[PD-cvs] pd/src m_simd.h,1.1.2.1,1.1.2.2

xovo at users.sourceforge.net xovo at users.sourceforge.net
Tue Dec 23 02:37:56 CET 2003


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28048/src

Modified Files:
      Tag: devel_0_37
	m_simd.h 
Log Message:
oops, corrected typos...



Index: m_simd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** m_simd.h	23 Dec 2003 01:15:39 -0000	1.1.2.1
--- m_simd.h	23 Dec 2003 01:37:54 -0000	1.1.2.2
***************
*** 33,37 ****
          #define SIMD_BYTEALIGN (128/8)   /* align to 128 bits */
  
!         #include "m_simd_sse_gnuc.h"
  
      #elif defined(__GNUC__) && defined(__POWERPC__)
--- 33,37 ----
          #define SIMD_BYTEALIGN (128/8)   /* align to 128 bits */
  
!         #include "m_simd_sse_gcc.h"
  
      #elif defined(__GNUC__) && defined(__POWERPC__)
***************
*** 39,43 ****
          #define SIMD_BYTEALIGN (128/8)   /* align to 128 bits */
  
!         #include "m_simd_ve_gnuc.h"      
  
      #else
--- 39,43 ----
          #define SIMD_BYTEALIGN (128/8)   /* align to 128 bits */
  
!         #include "m_simd_ve_gcc.h"      
  
      #else






More information about the Pd-cvs mailing list