JeffersonLab / qphix

QCD for Intel Xeon Phi and Xeon processors
http://jeffersonlab.github.io/qphix/
Other
13 stars 11 forks source link

Codegen: Mark global variables #69

Open martin-ueding opened 7 years ago

martin-ueding commented 7 years ago

While reading the code generator, I have a really hard time to figure out whether a variable is local or global. I would suggest to prefix all globals with g_ in order to make it easier to work with the code.