mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Again unused error warning. Fixed
This commit is contained in:
parent
6b561d230f
commit
9166c6ae20
1 changed files with 1 additions and 0 deletions
|
|
@ -963,6 +963,7 @@ ZSTD_row_matchMaskGroupWidth(const U32 rowEntries)
|
|||
{
|
||||
assert((rowEntries == 16) || (rowEntries == 32) || rowEntries == 64);
|
||||
assert(rowEntries <= ZSTD_ROW_HASH_MAX_ENTRIES);
|
||||
(void)rowEntries;
|
||||
#if defined(ZSTD_ARCH_ARM_NEON)
|
||||
if (rowEntries == 16) {
|
||||
return 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue