aboutsummaryrefslogtreecommitdiff
path: root/residual_calc.asm
Commit message (Expand)AuthorAge
* egs: merge residual calc and correct when possibleAnton Khirnov2019-04-24
* egs: premultiply diff_coeffs with the denominator in initAnton Khirnov2019-04-19
* residual_calc.asm: use the correct coefficients for y derivativesAnton Khirnov2019-02-02
* ell_relax: compute the residual norm in residual_calc()Anton Khirnov2019-01-13
* residual_calc.asm: fix partial storesAnton Khirnov2019-01-13
* residual_calc.asm: calculate x*=16 by x*=8; x+=xAnton Khirnov2019-01-13
* residual_calc.asm: implement writing partial blocksAnton Khirnov2019-01-10
* residual_calc.asm: templatize the entire residual computationAnton Khirnov2019-01-10
* residual_calc.asm: templatize computing the mixed derivativeAnton Khirnov2019-01-10
* residual_calc.asm: templatize computing non-mixed derivativesAnton Khirnov2019-01-10
* residual_calc.asm: make mm register use more consistent between s1 and s2Anton Khirnov2019-01-10
* residual_calc.asm: make register use in s1 more similar to s2Anton Khirnov2019-01-10
* residual_calc.asm: reduce the use of magic constantsAnton Khirnov2019-01-10
* residual_calc.asm: reduce register use in the s1 variantAnton Khirnov2019-01-10
* ell_relax: add AVX SIMD for residual_calcAnton Khirnov2018-12-27