From 4f0af788df2913f9c0206c52760f40fe4b6a958d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 20 Jun 2007 06:55:17 +0000 Subject: removed the "SIMD" verbosity svn path=/trunk/externals/zexy/; revision=7787 --- src/0x3c0x7e.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/0x3c0x7e.c') 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 -- cgit v1.2.1