Changeset 21943 in vbox
- Timestamp:
- Aug 3, 2009 2:42:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r21544 r21943 971 971 972 972 /** 973 * Tests if it a n genuinIntel CPU based on the ASMCpuId(0) output.973 * Tests if it a genuine Intel CPU based on the ASMCpuId(0) output. 974 974 * 975 975 * @returns true/false. … … 987 987 988 988 /** 989 * Tests if this is a n genuinIntel CPU.989 * Tests if this is a genuine Intel CPU. 990 990 * 991 991 * @returns true/false. 992 * @remarks ASSUMES that cpuid is supported by the CPU. 992 993 */ 993 994 DECLINLINE(bool) ASMIsIntelCpu(void)
Note:
See TracChangeset
for help on using the changeset viewer.