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

xovo at users.sourceforge.net xovo at users.sourceforge.net
Tue Dec 23 03:50:56 CET 2003


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

Modified Files:
      Tag: devel_0_37
	m_simd.h 
Log Message:
docs fixed

Index: m_simd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** m_simd.h	23 Dec 2003 01:37:54 -0000	1.1.2.2
--- m_simd.h	23 Dec 2003 02:50:53 -0000	1.1.2.3
***************
*** 55,59 ****
  #endif
  
! /* check n and 2 pointers at once */
  #define SIMD_CHECK1(n,ptr1) ( SIMD_CHKCNT(n) && SIMD_CHKALIGN(ptr1) )
  /* check n and 2 pointers at once */
--- 55,59 ----
  #endif
  
! /* check n and 1 pointer at once */
  #define SIMD_CHECK1(n,ptr1) ( SIMD_CHKCNT(n) && SIMD_CHKALIGN(ptr1) )
  /* check n and 2 pointers at once */






More information about the Pd-cvs mailing list