RCG DEMOD: Protect %rax from getting clobbered in sincos assembly
Some code in the demod rotation calcs was compiled with the assumption that %rax was preserved across a call to sincos. This is not the case. Now sincos saves %rax on the stack.
parent
e975d158
No related branches found
No related tags found
Please register or sign in to comment