Skip to content

VKalVrt some code optimizations

Adam Edward Barton requested to merge abarton/athena:moveForCFT into master

I move the ForCFT constructor out of the header (it is a bit large for inlining)

I spotted some arguments that are trivial, unchanged and passed by pointer. Passing these by value allows more compiler optimization.

Merge request reports

Loading