From 656939560bb03c3b24a49dc96011b3d14072cb66 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sat, 14 Sep 2024 14:35:51 -0700 Subject: [PATCH] Add GCOVR_EXCL_LINE on covered line --- ConflictSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConflictSet.cpp b/ConflictSet.cpp index 346469b..ec32d43 100644 --- a/ConflictSet.cpp +++ b/ConflictSet.cpp @@ -2957,7 +2957,7 @@ horizontalMax16(InternalVersionT *vs, [[maybe_unused]] InternalVersionT z) { } return max; #else - uint32_t zero; + uint32_t zero; // GCOVR_EXCL_LINE memcpy(&zero, &z, sizeof(zero)); auto zeroVec = _mm512_set1_epi32(zero); return InternalVersionT(zero + _mm512_reduce_max_epi32(_mm512_sub_epi32(