Skip to content

WIP: Tweak propag_UT_SciFi_quad.icpp to increase re-use

Gerhard Raven requested to merge streamline-propag into master

should also (hopefully) be a bit easier to auto-vectorize for the compiler...

TODO:

  • use the code here inside make_interpolator so that the interpolators will be fully vectorized. Should be as simple as replacing the std::array with the compiler vector extensions and adding an implementation of fma for that type...
Edited by Gerhard Raven

Merge request reports