This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V5 [PATCH 1/2] x86: Add <sys/platform/x86.h>


* H. J. Lu:

> +@defmac HAS_CPU_FEATURE(name)
> +
> +Evaluate to true if the CPU feature @code{name} is supported as indicated
> +by @code{CPUID} instruction.  The available features are:

I'm still puzzled why we expose this function.  It will only confuse
programmers.

> +@defmac CPU_FEATURE_USABLE(name)
> +
> +Evaluate to true if the architecture feature @code{name} is usable.
> +The supported features are:

This is the only interface which should be exposed.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]