[bit-page] Comment

This commit is contained in:
Behdad Esfahbod 2023-01-10 17:18:34 -07:00
parent 626def03f8
commit 3e1c524e64
1 changed files with 2 additions and 1 deletions

View File

@ -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 <typename elt_t, unsigned int byte_size>
struct hb_vector_size_t
{