Changeset 87196 in vbox
- Timestamp:
- Jan 8, 2021 11:23:27 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r87195 r87196 7026 7026 7027 7027 #else 7028 return =(uint64_t)ASMByteSwapU32((uint32_t)u64) << 327029 7028 return (uint64_t)ASMByteSwapU32((uint32_t)u64) << 32 7029 | (uint64_t)ASMByteSwapU32((uint32_t)(u64 >> 32)); 7030 7030 #endif 7031 7031 }
Note:
See TracChangeset
for help on using the changeset viewer.