[gvar] Add an unlikely

This commit is contained in:
Behdad Esfahbod 2022-11-22 13:07:39 -07:00
parent 1e8a342ea2
commit ab8346fb6f
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ struct GlyphVariationData
deltas.arrayZ[i] = * (const HBINT8 *) p++;
}
}
if (j < run_count)
if (unlikely (j < run_count))
return false;
}
return true;