[PD-cvs] pd/src m_simd_sse_gcc.h,1.1.2.12,1.1.2.13

Tim Blechmann timblech at users.sourceforge.net
Sat Oct 9 20:14:32 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	m_simd_sse_gcc.h 
Log Message:
daz handling

Index: m_simd_sse_gcc.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/m_simd_sse_gcc.h,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -d -r1.1.2.12 -r1.1.2.13
*** m_simd_sse_gcc.h	9 Oct 2004 16:34:22 -0000	1.1.2.12
--- m_simd_sse_gcc.h	9 Oct 2004 18:14:30 -0000	1.1.2.13
***************
*** 43,48 ****
--- 43,57 ----
  #define copyvec                 copyvec_sse_gcc
  #define addvec                  addvec_sse_gcc
+ 
+ /* if we switch on DAZ, we shouldn't have problems with denormals 
+  * any more ... tb
+  */
+ #ifdef DAZ 
  #define testcopyvec             testcopyvec_8 /* SIMD not implemented */
  #define testaddvec              testaddvec_8 /* SIMD not implemented */
+ #else /* DAZ */
+ #define testcopyvec             copyvec_sse_gcc
+ #define testaddvec              accvec_sse_gcc
+ #endif /* DAZ */
  
  /* functions in d_ugen.c */





More information about the Pd-cvs mailing list