mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 22:15:04 +00:00
Fix config build
This commit is contained in:
parent
4a43373aec
commit
4be765c083
1 changed files with 1 additions and 1 deletions
|
@ -1946,8 +1946,8 @@ struct TupleValues
|
|||
case 1:
|
||||
{
|
||||
const auto *pp = (const HBINT8 *) p;
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
unsigned j = 0;
|
||||
#ifndef HB_OPTIMIZE_SIZE
|
||||
for (; j + 3 < count; j += 4)
|
||||
{
|
||||
*arrayZ++ += scaled ? *pp++ * scale : *pp++;
|
||||
|
|
Loading…
Add table
Reference in a new issue