Age | Commit message (Expand) | Author |
---|---|---|
2023-10-16 | Factor out an occurrence of sumNeumaierNormal() | Eike Rathke |
2023-10-15 | Follow-up: tdf#156985 Use SC_USE_SSE2 to determine which KahanSum::add() to use | Eike Rathke |
2023-09-01 | Resolves: tdf#156985 Treat adding two KahanSum differently | Eike Rathke |
2022-02-10 | remove AVX and AVX512 code from Calc | Luboš Luňák |
2022-01-15 | tdf#146367 reintroduce approxAdd() similar handling with last summand | Eike Rathke |
2021-09-13 | properly separate code built with different CPU settings | Luboš Luňák |
2021-08-26 | tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1 | dante |
2021-05-08 | Simplify multiplication and division | Mike Kaganski |
2021-05-08 | tdf#137679 Use Kahan summation for interpr3.cxx (2/2) | dante |
2021-05-04 | tdf#137679 Use kahan summation for ScInterpreter::lcl_IterateInverse | dante |
2021-04-29 | tdf#137679 Use Kahan summation for interpr2.cxx | dante |
2021-04-28 | Fix typos | Andrea Gelmini |
2021-04-26 | Add a Kahan summation class. | dante |