mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[subset/cff1] Micro-optimize
Is ugly but shows speedup.
This commit is contained in:
parent
469e82a227
commit
7d9698123c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ struct CFFIndex
|
|||
{
|
||||
unsigned char *ret = c->allocate_size<unsigned char> (1, false);
|
||||
if (unlikely (!ret)) return_trace (false);
|
||||
*ret = *it;
|
||||
*ret = *it.arrayZ;
|
||||
continue;
|
||||
}
|
||||
it.copy (c);
|
||||
|
|
Loading…
Add table
Reference in a new issue