提交 296d7155 authored 作者: Steve Underwood's avatar Steve Underwood

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
上级 2a2c559c
......@@ -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 =
{
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论