/sincos

Primary LanguageC++Apache License 2.0Apache-2.0

Parametrized sincos

Playground for using SIMD for the parametrized sincos calculation in ATLAS: LArWheelCalculatorGeometry.cxx

Build using CMake

cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DCMAKE_BUILD_TYPE=Release <path-to-source-dir>
make

Executables

  • sincos: run a basic test to confirm that all implementations give the same result
  • sincos_benchamrk: run the google benchmark to time the various implementations