aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-06-20 06:55:17 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-06-20 06:55:17 +0000
commit4f0af788df2913f9c0206c52760f40fe4b6a958d (patch)
tree5a18ac3dad8648745fc9df14cbc379940be9c571
parent737d09a797de048fb7be56e40dc2d8352c768651 (diff)
removed the "SIMD" verbosity
svn path=/trunk/externals/zexy/; revision=7787
-rw-r--r--src/0x3c0x7e.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/0x3c0x7e.c b/src/0x3c0x7e.c
index 08c5f41..0333553 100644
--- a/src/0x3c0x7e.c
+++ b/src/0x3c0x7e.c
@@ -196,7 +196,6 @@ static void lt_tilde_dsp(t_lt_tilde *x, t_signal **sp)
Z_SIMD_CHKALIGN(out)
)
{
- post("SIMD");
dsp_add(lt_tilde_performSSE, 4, in1, in2, out, n);
} else
#endif
@@ -219,7 +218,6 @@ static void scalarlt_tilde_dsp(t_scalarlt_tilde *x, t_signal **sp)
Z_SIMD_CHKALIGN(out)
)
{
- post("SIMD");
dsp_add(scalarlt_tilde_performSSE, 4, in, &x->x_g, out, n);
} else
#endif