Revert "[aat] Change threshold from 4 to 16"

This reverts commit 624d6edfe4.

Some other benchmarks see better results for 4. Let's leave at that.
This commit is contained in:
Behdad Esfahbod 2025-02-05 13:00:09 +00:00
parent 624d6edfe4
commit 491c8c4e10

View file

@ -87,7 +87,7 @@ struct hb_aat_apply_context_t :
void set_lookup_index (unsigned int i) { lookup_index = i; }
#define BUFFER_GLYPH_SET_THRESHOLD 16
#define BUFFER_GLYPH_SET_THRESHOLD 4
void setup_buffer_glyph_set ()
{
if (buffer->len < BUFFER_GLYPH_SET_THRESHOLD) return;