Version 2.21.00
Most significant bits:
- Added APIs for creating finite-difference coefficients. Center, forward, backward and arbitrary forms are supported. These can be accessed from the YASK compiler or kernel. See the documentation under Functions in the Common Utilities section of the API guide. See example usage in
src/stencils/Iso3dfdStencil.cpp
. Thanks to Jeremy Tillay for contributing the coefficient-calculation code when he was an MS student at Rice University. - Improved the performance of permute instruction sequences in generated AVX2 code.