[PATCH 2/4] s390: Add <bits/hwcap.h>.

Roland McGrath roland@hack.frob.com
Fri Mar 16 23:37:00 GMT 2012


> +#define HWCAP_S390_ESAN3        1
> +#define HWCAP_S390_ZARCH        2
> +#define HWCAP_S390_STFLE        4
> +#define HWCAP_S390_MSA          8
> +#define HWCAP_S390_LDISP        16
> +#define HWCAP_S390_EIMM         32
> +#define HWCAP_S390_DFP          64
> +#define HWCAP_S390_HPAGE        128
> +#define HWCAP_S390_ETF3EH       256
> +#define HWCAP_S390_HIGH_GPRS    512

Hex or (1 << n) is nicer.


Thanks,
Roland



More information about the Libc-alpha mailing list