slackbuilds_ponce/system/cpuinfo2cpuflags
Edinaldo P. Silva 3ae87dd0ba system/cpuinfo2cpuflags: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-15 17:38:14 +07:00
..
cpuinfo2cpuflags.info
cpuinfo2cpuflags.SlackBuild
README
slack-desc

cpuinfo2cpuflags (guess CPU_FLAGS_X86 flags for the host)

cpuinfo2cpuflags is a tool to guess CPU_FLAGS_X86 flags for the host.

Call  the  cpuid instruction to obtain the supported CPU feature bits
instead  of  reading  the  preprocessed  values  from  Linux-specific
/proc/cpuinfo. This increases portability across systems and accuracy
of information -- supported instructions depend on the version of the
program rather than the Linux kernel.