Document GH-24624

This commit is contained in:
Łukasz Langa 2021-03-31 12:22:03 +02:00
parent dec0757549
commit 027d2cf1e5
No known key found for this signature in database
GPG Key ID: B26995E310250568
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Introduce and correctly use ALIGNOF_X in place of SIZEOF_X for
alignment-related code in optimized string routines. Patch by Jessica
Clarke.