Skip to content

WIP: Replace std::log std::exp with fast ver.

Vitalii Drohan requested to merge vidrohan/fast-logexp into master

Add vdt fast log/exp to GeantV

It improves overall performance by ~15%

I changed initialization log/exp to fast one too to get rid of problem when you can select a wrong bin when table is computed with one log and index for this table with another

Merge request reports