From be4208d0799f21663f58f50430b4883e87709480 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 10 May 2011 13:33:28 +0530 Subject: echo-cancel: Remove unnecessary noalign attribute This was just introduced for debugging and should not have been in the final commit. Won't make a difference at the moment since this function is used as a pointer, but removing this in case we change this in the future. --- src/modules/echo-cancel/adrian-aec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/echo-cancel') diff --git a/src/modules/echo-cancel/adrian-aec.c b/src/modules/echo-cancel/adrian-aec.c index dfe8ada9..e969e8c5 100644 --- a/src/modules/echo-cancel/adrian-aec.c +++ b/src/modules/echo-cancel/adrian-aec.c @@ -40,7 +40,6 @@ static REAL dotp(REAL a[], REAL b[]) return sum0 + sum1; } -static REAL dotp_sse(REAL a[], REAL b[]) __attribute__((noinline)); static REAL dotp_sse(REAL a[], REAL b[]) { #ifdef __SSE__ -- cgit