Fixed a typo affecting 32 bit builds with MMX enabled
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16232 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2a2c559c02
commit
296d715561
|
@ -122,7 +122,7 @@ static void weighting_filter(int16_t x[40],
|
|||
static const union
|
||||
{
|
||||
int16_t gsm_H[12];
|
||||
__m64_t x[3];
|
||||
__m64 x[3];
|
||||
} gsm_H =
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue