LCOV - code coverage report
Current view: top level - build/UTests - just-compile-SSE41.cpp (source / functions) Hit Total Coverage
Test: Coverage inastemp Lines: 9 9 100.0 %
Date: 2022-03-17 09:48:28 Functions: 1 1 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             : 
       6             : #include "InastempGlobal.h"
       7             : 
       8             : 
       9             : #include "SSE41/InaVecSSE41Double.hpp"
      10             : #include "SSE41/InaVecSSE41Float.hpp"
      11             : 
      12             : 
      13           1 : int main() {
      14             :     // clang-format off
      15             :     {
      16           1 :         InaVecSSE41<double> floatVec;
      17           1 :         InaVecSSE41<double> vecOne = 1;
      18           2 :         typename InaVecSSE41<double>::MaskType msk = (1 < vecOne);
      19           1 :         typename InaVecSSE41<double>::MaskType msk2 = msk;
      20             :         (void)msk2;
      21             :     }
      22             :     {
      23           1 :         InaVecSSE41<float> floatVec;
      24           1 :         InaVecSSE41<float> vecOne = 1;
      25           2 :         typename InaVecSSE41<float>::MaskType msk = (1 < vecOne);
      26           1 :         typename InaVecSSE41<float>::MaskType msk2 = msk;
      27             :         (void)msk2;
      28             :     }
      29             :     // clang-format on
      30             : 
      31             :     return 0;
      32             : }

Generated by: LCOV version 1.13