Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
22.08.5, 23.02.1
-
None
-
MXS-SPRINT-180
Description
colored textThe code uses _mm256_movemask_epi8 with an auto type. The intrinsic returns a signed integer which later on is used in a left shift. If the value is negative value, the behavior is undefined according to the C++11 standard.