LCOV - code coverage report
Current view: top level - build/UTests - test-all-AVX2.cpp (source / functions) Hit Total Coverage
Test: Coverage inastemp Lines: 8 8 100.0 %
Date: 2022-03-17 09:48:28 Functions: 3 3 100.0 %

          Line data    Source code
       1             : ///////////////////////////////////////////////////////////////////////////
       2             : // Inastemp - Berenger Bramas MPCDF - 2016
       3             : // Under MIT Licence, please you must read the LICENCE file.
       4             : ///////////////////////////////////////////////////////////////////////////
       5             : #include "InastempGlobal.h"
       6             : 
       7             : #include "AVX2/InaVecAVX2Double.hpp"
       8             : #include "AVX2/InaVecAVX2Float.hpp"
       9             : 
      10             : #include "core-test-all.hpp"
      11             : #include "FLOPS/InaVecFLOPS.hpp"
      12             : 
      13           1 : int main() {
      14             :     // clang-format off
      15           2 :     TestAll<InaVecAVX2<double>> testerDouble;
      16           2 :     TestAll<InaVecAVX2<float>> testerSingle;
      17             : 
      18           2 :     TestAll<InaVecFLOPS<InaVecAVX2<double>>> testerDoubleFlops;
      19           2 :     TestAll<InaVecFLOPS<InaVecAVX2<float>>> testerSingleFlops;
      20             :     // clang-format on
      21           1 :     return testerDouble.Run() + testerSingle.Run()
      22           1 :             + testerDoubleFlops.Run() + testerSingleFlops.Run();
      23           4 : }

Generated by: LCOV version 1.13