ADua0
Occasional Contributor
6 years agoDouble buffering
I am trying to implement double buffering for my code, but somehow it leads to data dependency which I am not able to resolve. Here is piece of my code: float __attribute__((register)) sum[12]; f...