GCC 12.1 Released
GCC 12.1 Released
Posted May 7, 2022 16:44 UTC (Sat) by willy (subscriber, #9762)In reply to: GCC 12.1 Released by wtarreau
Parent article: GCC 12.1 Released
IIRC, __aligned__ only increases the alignment of the struct. We'd also need to add __packed__ to prevent the use of autovec on a struct.
