[gvar] Add an unlikely
This commit is contained in:
parent
1e8a342ea2
commit
ab8346fb6f
|
@ -360,7 +360,7 @@ struct GlyphVariationData
|
||||||
deltas.arrayZ[i] = * (const HBINT8 *) p++;
|
deltas.arrayZ[i] = * (const HBINT8 *) p++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (j < run_count)
|
if (unlikely (j < run_count))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue