ia64_cpuid.h

来自「最著名最快的分子模拟软件」· C头文件 代码 · 共 26 行

H
26
字号
/* * $Id: ia64_cpuid.h,v 1.1 2005/02/09 09:09:34 lindahl Exp $ * *//* IA64 provides 4 different CPUID registers, * CPUID[x], where is from 0 to at least 4. * The argument to this function is the index of the desired * register, whose contents will be returned as a 64-bit integer. * * Normally we are interested in the CPU generation numbers in * CPUID[3]. The contents of this register is: * * Bits 63-40: Reserved * Bits 39-32: Architecture revision. * Bits 31-24: Processor family number. * Bits 23-16: Processor model number. * Bits 15-8:  Processor revision number. * Bits 7-0:   Number of available CPUID registers. * * As an example, my 1.3GHz Madison has */unsigned long longia64_cpuid(int reg);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?