mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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.
This commit is contained in:
parent
e678beaf14
commit
be4208d079
1 changed files with 0 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue