Changeset 52294 in vbox for trunk/include/iprt
- Timestamp:
- Aug 6, 2014 12:14:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-math.h
r51770 r52294 124 124 # if RT_INLINE_ASM_GNU_STYLE 125 125 uint64_t u64Low, u64High; 126 __asm__ __volatile__("mul l%%rdx"126 __asm__ __volatile__("mulq %%rdx" 127 127 : "=a" (u64Low), "=d" (u64High) 128 128 : "0" (u64F1), "1" (u64F2));
Note:
See TracChangeset
for help on using the changeset viewer.