Closed lamphamsy closed 6 years ago
Your explanations are nice, IMHO you should also put them in the message of the relevant commit.
That way they can be accessible directly from Git log (no dependence to github, can dive into the code offline, …).
@slaperche-scality : Comments are addressed. Could you review the PR? Thanks
The base branch
eh/fft_radix2_and_re_work_sim
would be merged into master when two parts are done: #253 #254Part1
For each quadruple
(P, Q, R, S) = (buf[i], buf[i + m], buf[i + 2 * m], buf[i + 3 * m])
First layer: butterfly on
(P, Q)
and(R, S)
forstep = 2 * m
Second layer: butterfly on
(P, R)
and(Q, S)
forstep = 4 * m