This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: RFC: Add <sys/platform/x86.h> to glibc 2.29
- From: Florian Weimer <fweimer at redhat dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 17 Aug 2018 16:50:02 +0200
- Subject: Re: RFC: Add <sys/platform/x86.h> to glibc 2.29
- References: <20180729161623.GA17944@gmail.com>
On 07/29/2018 06:16 PM, H.J. Lu wrote:
extern enum cpu_features_kind __x86_get_cpu_kind (void)
__attribute__ ((const));
extern const struct cpuid_registers *__x86_get_cpuid_registers
(unsigned int) __attribute__ ((const));
extern unsigned int __x86_get_arch_feature (unsigned int)
__attribute__ ((const));
Are these functions supposed to be usable in IFUNC resolvers?
Shouldn't these identifiers be in the public (non-internal) namespace?
Thanks,
Florian