echo-cancel: Remove unnecessary noalign attribute
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 10 May 2011 08:03:28 +0000 (13:33 +0530)
committerColin Guthrie <colin@mageia.org>
Wed, 11 May 2011 09:30:38 +0000 (10:30 +0100)
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

index dfe8ada..e969e8c 100644 (file)
@@ -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__