Changeset 44261 in vbox for trunk/include/iprt
- Timestamp:
- Jan 9, 2013 1:29:19 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83132
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r44260 r44261 569 569 # elif RT_INLINE_ASM_USES_INTRIN 570 570 int aInfo[4]; 571 /* ??? another intrinsic ??? */572 571 __cpuidex(aInfo, uOperator, uIdxECX); 573 572 *(uint32_t *)pvEAX = aInfo[0];
Note:
See TracChangeset
for help on using the changeset viewer.