LCOV - code coverage report
Current view: top level - build/UTests - test-flops-SSE41.cpp (source / functions) Hit Total Coverage
Test: Coverage inastemp Lines: 4 4 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 "SSE41/InaVecSSE41Double.hpp"
       8             : #include "SSE41/InaVecSSE41Float.hpp"
       9             : 
      10             : #include "flops-test-all.hpp"
      11             : #include "FLOPS/InaVecFLOPS.hpp"
      12             : 
      13           1 : int main() {
      14             :     // clang-format off
      15             :     FlopsTestAll<InaVecFLOPS<InaVecSSE41<double>>> testerDoubleFlops;
      16           2 :     FlopsTestAll<InaVecFLOPS<InaVecSSE41<float>>> testerSingleFlops;
      17             :     // clang-format on
      18           1 :     return testerDoubleFlops.Run() + testerSingleFlops.Run();
      19           4 : }

Generated by: LCOV version 1.13