Hi! On Mon, Aug 23, 2021 at 02:03:04PM -0500, Paul A. Clarke wrote: > v3: Add "nmmintrin.h". _mm_cmpgt_epi64 is part of SSE4.2
There should not be a "v3" in the commit message. The easy way to achieve this is put it inside the [] in the subject (as you did), and to mention the version history after a --- (see --notes for git-format-patch for example). > Tested ppc64le (POWER9) and ppc64/32 (POWER7). Please write the full triples -- well at least enough that they are usable, like, powerpc64-linux. I'll assume you tested on Linux :-) Segher