GNU C library 2.33 released
GNU C library 2.33 released
Posted Feb 4, 2021 9:45 UTC (Thu) by anton (subscriber, #25547)In reply to: GNU C library 2.33 released by dvdeug
Parent article: GNU C library 2.33 released
This mess is probably the reason for the new scheme. So yes, glibc may not use all the features of the CPU at hand, but then, does it make a difference? And if it makes a difference, I guess the shared object for, say, x86-64-v4, can still do a CPUID check for the additional feature and then put the appropriate function pointer in the dispatch table, but at least the code can rely on all the v4 features and does not have to worry about whether these are available.
