diff --git a/src/hb-bit-page.hh b/src/hb-bit-page.hh index 11987054f..222660f64 100644 --- a/src/hb-bit-page.hh +++ b/src/hb-bit-page.hh @@ -34,7 +34,8 @@ /* Compiler-assisted vectorization. */ /* Type behaving similar to vectorized vars defined using __attribute__((vector_size(...))), - * basically a fixed-size bitset. */ + * basically a fixed-size bitset. We can't use the compiler type because hb_vector_t cannot + * guarantee alignment requirements. */ template struct hb_vector_size_t {