Cpuid2cpuflags

From Funtoo
Revision as of 15:21, November 16, 2020 by Necrose99 (talk | contribs) (Created page with "== cpuinfo2cpuflags == There is no program '''cpuinfo2cpuflags''' but '''cpuid2cpuflags''' which can be emerged. ''' emerge app-portage/cpuid2cpuflags''' https://github.com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cpuinfo2cpuflags

There is no program cpuinfo2cpuflags but cpuid2cpuflags which can be emerged.

emerge app-portage/cpuid2cpuflags

https://github.com/mgorny/cpuid2cpuflags

 $ mkdir /etc/portage/package.use   # if not used yet
 $ echo "*/* $(cpuid2cpuflags)" > /etc/portage/package.use/00cpuflags 

rpi4 sample arm64 : edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 crc32 v4 v5 v6 v7 v8 thumb2

CPU_FLAGS_X86 is a USE_EXPAND variable containing instruction set and other CPU-specific features. CPU_FLAGS_PPC is a USE_EXPAND variable containing instruction set and other CPU-specific features. CPU_FLAGS_ARM is a USE_EXPAND variable containing instruction set and other CPU-specific features. page: