GNU C library 2.33 released
GNU C library 2.33 released
Posted Feb 4, 2021 10:00 UTC (Thu) by anton (subscriber, #25547)In reply to: GNU C library 2.33 released by arekm
Parent article: GNU C library 2.33 released
glibc has alternative implementations for some functions already before (e.g., glibc-2.28 contains names such as __memmove_ssse3, __memmove_avx512_unaligned, __memmove_avx512_no_vzeroupper and more). So this seems to be a mechanism to help select between such versions.
