Commit 4f56f4ee authored by Robert Schmidt's avatar Robert Schmidt

Remove comment end

Bug only occurs when compiling without AVX2
parent 0d67d44e
......@@ -3099,7 +3099,7 @@ void dft128(int16_t *x,int16_t *y,int scale)
dft64((int16_t*)(xtmp+32),(int16_t*)(ytmp+16),1);
if (LOG_DUMPFLAG(DEBUG_DFT)) {
LOG_M("dft128a.m","dfta",ytmp,64,1,1);
LOG_M("dft128b.m","dftb",ytmp+16,64,1,1);*/
LOG_M("dft128b.m","dftb",ytmp+16,64,1,1);
}
for (i=0; i<16; i++) {
bfly2_16(ytmpp,ytmpp+16,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment