[PATCH 02/56] S390: Use hwcap instead of dl_hwcap in ifunc-resolvers.

Florian Weimer fweimer@redhat.com
Fri Nov 30 17:36:00 GMT 2018


* Stefan Liebler:

> +  if (__glibc_likely((hwcap & HWCAP_S390_STFLE)				\

Missing space before paren.  Since HWCAP_S390_STFLE 4 is four, this
__glibc_likely is actually equivalent to __glibc_unlikely, so perhaps
you should drop it.

Thanks,
Florian



More information about the Libc-alpha mailing list