From 826fe2c9f78932af8c5aed4ba4db6328f83f44fe Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 9 May 2023 13:48:38 -0600 Subject: [PATCH] [hash] Wrap specialization in HB_OPTIMIZE_SIZE_MORE --- src/hb-array.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-array.hh b/src/hb-array.hh index a0c826206..6b43962a4 100644 --- a/src/hb-array.hh +++ b/src/hb-array.hh @@ -454,6 +454,7 @@ inline bool hb_array_t::operator == (const hb_array_t inline uint32_t hb_array_t::hash () const { @@ -467,6 +468,7 @@ inline uint32_t hb_array_t::hash () const // https://github.com/harfbuzz/harfbuzz/pull/4228 return fasthash32(arrayZ, length, 0xf437ffe6 /* magic? */); } +#endif typedef hb_array_t hb_bytes_t;