[PD-cvs] externals/zexy/src 0x7c0x7c0x7e.c, 1.2, 1.3 0x3e0x7e.c, 1.1, 1.2 0x3d0x3d0x7e.c, 1.2, 1.3 0x3c0x7e.c, 1.2, 1.3 0x260x260x7e.c, 1.1, 1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Wed Jan 25 16:09:44 CET 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31836

Modified Files:
	0x7c0x7c0x7e.c 0x3e0x7e.c 0x3d0x3d0x7e.c 0x3c0x7e.c 
	0x260x260x7e.c 
Log Message:
made perform-routines "static"

Index: 0x7c0x7c0x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x7c0x7c0x7e.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 0x7c0x7c0x7e.c	23 Jan 2006 16:48:20 -0000	1.2
--- 0x7c0x7c0x7e.c	25 Jan 2006 15:09:42 -0000	1.3
***************
*** 61,65 ****
  }
  
! t_int *oror_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 61,65 ----
  }
  
! static t_int *oror_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 71,75 ****
  }
  
! t_int *oror_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 71,75 ----
  }
  
! static t_int *oror_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 91,95 ****
  }
  
! t_int *scalaroror_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 91,95 ----
  }
  
! static t_int *scalaroror_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 101,105 ****
  }
  
! t_int *scalaroror_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 101,105 ----
  }
  
! static t_int *scalaroror_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 119,123 ****
  
  #ifdef __SSE__
! t_int *oror_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
--- 119,123 ----
  
  #ifdef __SSE__
! static t_int *oror_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
***************
*** 157,161 ****
    return (w+5);
  }
! t_int *scalaroror_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
--- 157,161 ----
    return (w+5);
  }
! static t_int *scalaroror_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
***************
*** 260,268 ****
  
  /* ---------------------- global setup ------------------------- */
- void z_oror__setup(void)
- {
-   oror_tilde_setup();
- }
- 
  void z_0x7c0x7c0x7e_setup(void)
  {
--- 260,263 ----

Index: 0x3d0x3d0x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x3d0x3d0x7e.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 0x3d0x3d0x7e.c	23 Jan 2006 17:56:42 -0000	1.2
--- 0x3d0x3d0x7e.c	25 Jan 2006 15:09:42 -0000	1.3
***************
*** 61,65 ****
  }
  
! t_int *eq_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 61,65 ----
  }
  
! static t_int *eq_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 71,75 ****
  }
  
! t_int *eq_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 71,75 ----
  }
  
! static t_int *eq_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 91,95 ****
  }
  
! t_int *scalareq_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 91,95 ----
  }
  
! static t_int *scalareq_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 101,105 ****
  }
  
! t_int *scalareq_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 101,105 ----
  }
  
! static t_int *scalareq_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 119,123 ****
  
  #ifdef __SSE__
! t_int *eq_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
--- 119,123 ----
  
  #ifdef __SSE__
! static t_int *eq_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
***************
*** 148,152 ****
    return (w+5);
  }
! t_int *scalareq_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
--- 148,152 ----
    return (w+5);
  }
! static t_int *scalareq_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
***************
*** 243,251 ****
  
  /* ---------------------- global setup ------------------------- */
- void z_eq__setup(void)
- {
-   eq_tilde_setup();
- }
- 
  void z_0x3d0x3d0x7e_setup(void)
  {
--- 243,246 ----

Index: 0x3c0x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x3c0x7e.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** 0x3c0x7e.c	23 Jan 2006 17:56:42 -0000	1.2
--- 0x3c0x7e.c	25 Jan 2006 15:09:42 -0000	1.3
***************
*** 64,68 ****
  }
  
! t_int *lt_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 64,68 ----
  }
  
! static t_int *lt_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 74,78 ****
  }
  
! t_int *lt_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 74,78 ----
  }
  
! static t_int *lt_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 94,98 ****
  }
  
! t_int *scalarlt_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 94,98 ----
  }
  
! static t_int *scalarlt_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 104,108 ****
  }
  
! t_int *scalarlt_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 104,108 ----
  }
  
! static t_int *scalarlt_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 121,125 ****
  }
  #ifdef __SSE__
! t_int *lt_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
--- 121,125 ----
  }
  #ifdef __SSE__
! static t_int *lt_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
***************
*** 150,154 ****
    return (w+5);
  }
! t_int *scalarlt_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
--- 150,154 ----
    return (w+5);
  }
! static t_int *scalarlt_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
***************
*** 247,255 ****
  
  /* ---------------------- global setup ------------------------- */
- void z_lt__setup(void)
- {
-   lt_tilde_setup();
- }
- 
  void z_0x3c0x7e_setup(void)
  {
--- 247,250 ----

Index: 0x3e0x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x3e0x7e.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 0x3e0x7e.c	20 Jan 2006 10:28:50 -0000	1.1
--- 0x3e0x7e.c	25 Jan 2006 15:09:42 -0000	1.2
***************
*** 63,67 ****
  }
  
! t_int *gt_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 63,67 ----
  }
  
! static t_int *gt_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 73,77 ****
  }
  
! t_int *gt_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 73,77 ----
  }
  
! static t_int *gt_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 93,97 ****
  }
  
! t_int *scalargt_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 93,97 ----
  }
  
! static t_int *scalargt_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 103,107 ****
  }
  
! t_int *scalargt_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 103,107 ----
  }
  
! static t_int *scalargt_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 120,124 ****
  }
  #ifdef __SSE__
! t_int *gt_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
--- 120,124 ----
  }
  #ifdef __SSE__
! static t_int *gt_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
***************
*** 149,153 ****
    return (w+5);
  }
! t_int *scalargt_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
--- 149,153 ----
    return (w+5);
  }
! static t_int *scalargt_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
***************
*** 244,252 ****
  
  /* ---------------------- global setup ------------------------- */
- void z_gt__setup(void)
- {
-   gt_tilde_setup();
- }
- 
  void z_0x3e0x7e_setup(void)
  {
--- 244,247 ----

Index: 0x260x260x7e.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/0x260x260x7e.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** 0x260x260x7e.c	20 Jan 2006 10:28:50 -0000	1.1
--- 0x260x260x7e.c	25 Jan 2006 15:09:42 -0000	1.2
***************
*** 63,67 ****
  }
  
! t_int *andand_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 63,67 ----
  }
  
! static t_int *andand_tilde_perform(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 77,81 ****
  }
  
! t_int *andand_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
--- 77,81 ----
  }
  
! static t_int *andand_tilde_perf8(t_int *w)
  {
    t_float *in1 = (t_float *)(w[1]);
***************
*** 97,101 ****
  }
  
! t_int *scalarandand_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 97,101 ----
  }
  
! static t_int *scalarandand_tilde_perform(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 107,111 ****
  }
  
! t_int *scalarandand_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
--- 107,111 ----
  }
  
! static t_int *scalarandand_tilde_perf8(t_int *w)
  {
    t_float *in = (t_float *)(w[1]);
***************
*** 127,131 ****
  static long l_bitmask[]={0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff};
  
! t_int *andand_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
--- 127,131 ----
  static long l_bitmask[]={0x7fffffff, 0x7fffffff, 0x7fffffff, 0x7fffffff};
  
! static t_int *andand_tilde_performSSE(t_int *w)
  {
    __m128 *in1 = (__m128 *)(w[1]);
***************
*** 174,178 ****
    return (w+5);
  }
! t_int *scalarandand_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
--- 174,178 ----
    return (w+5);
  }
! static t_int *scalarandand_tilde_performSSE(t_int *w)
  {
    __m128 *in = (__m128 *)(w[1]);
***************
*** 284,292 ****
  
  /* ---------------------- global setup ------------------------- */
- void z_andand__setup(void)
- {
-   andand_tilde_setup();
- }
- 
  void z_0x260x260x7e_setup(void)
  {
--- 284,287 ----





More information about the Pd-cvs mailing list