I usually write something similar to (comment "pragma omp parallel for" :prefix "#"), but I think having a wrapper for this might make for more readable code. My suggestion:
Not sure if we should have properly scoped #if or not, would be cleaner, but might also miss the point. But then, advanced pre-processing is what we usually do c-mera-side, so this argument is, imo, not as strong against scoping...
I usually write something similar to
(comment "pragma omp parallel for" :prefix "#")
, but I think having a wrapper for this might make for more readable code. My suggestion:Not sure if we should have properly scoped
#if
or not, would be cleaner, but might also miss the point. But then, advanced pre-processing is what we usually do c-mera-side, so this argument is, imo, not as strong against scoping...