GCC 12.1 Released
GCC 12.1 Released
Posted May 15, 2022 16:53 UTC (Sun) by wtarreau (subscriber, #51152)In reply to: GCC 12.1 Released by Paf
Parent article: GCC 12.1 Released
That's typically what I'm doing with asm or arch-specific optimizations in general: try to make sure the code works on generic platforms (since it helps detect bugs) and only make efforts on relevant ones, typically x86 and armv8 in my case.
