Compare commits
2 Commits
5580f9b71d
...
d8f85dedc4
| Author | SHA1 | Date | |
|---|---|---|---|
| d8f85dedc4 | |||
| 656939560b |
+1
-1
@@ -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(
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user