Playground for using SIMD for the parametrized sincos calculation in ATLAS: LArWheelCalculatorGeometry.cxx
cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DCMAKE_BUILD_TYPE=Release <path-to-source-dir>
make
sincos
: run a basic test to confirm that all implementations give the same resultsincos_benchamrk
: run the google benchmark to time the various implementations