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: [PATCH 1/4] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask



On 25/05/2017 17:25, Siddhesh Poyarekar wrote:
> +
> +#include <elf/dl-tunables.h>
> +
> +#ifdef SHARED
> +# if HAVE_TUNABLES
> +#  define GET_HWCAP_MASK() TUNABLE_GET (glibc, tune, hwcap_mask, uint64_t)
> +# else

I think this patchset is missing the previous TUNABLE_GET one [1] (build
fail with --enable-tunables).

[1] https://sourceware.org/ml/libc-alpha/2017-05/msg00575.html


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