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] | |
> +#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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |