#ifndef __BITS_CPUCAP_H__ # define __BITS_CPUCAP_H__ #include /* CPU flags determined at runtime. */ extern int __cpucap; #endif /*__BITS_CPUCAP_H__*/