fix warning

This commit is contained in:
greg
2019-07-09 23:06:27 -04:00
parent 2c8470fcce
commit 3b2852805d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ struct GroupSse2Impl
return BitMask<uint32_t, kWidth>(
_mm_movemask_epi8(_mm_sign_epi8(ctrl, ctrl)));
#else
return Match(kEmpty);
return Match(static_cast<h2_t>(kEmpty));
#endif
}