We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cdcae commit d17b5dfCopy full SHA for d17b5df
celt/kiss_fft.c
@@ -92,7 +92,7 @@ static void kf_bfly2(
92
C_ADDTO( Fout[1] , t );
93
94
t.r = Fout2[2].i;
95
- t.i = -Fout2[2].r;
+ t.i = NEG32_ovflw(Fout2[2].r);
96
C_SUB( Fout2[2] , Fout[2] , t );
97
C_ADDTO( Fout[2] , t );
98
0 commit comments