VirtualBox

Changeset 87196 in vbox


Ignore:
Timestamp:
Jan 8, 2021 11:23:27 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142149
Message:

iprt/asm.h: More fun. Mostly done with asm.h. Added AMD64/gcc variant of ASMByteSwapU64 (untested). [build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm.h

    r87195 r87196  
    70267026
    70277027#else
    7028     return = (uint64_t)ASMByteSwapU32((uint32_t)u64) << 32
    7029            | (uint64_t)ASMByteSwapU32((uint32_t)(u64 >> 32));
     7028    return (uint64_t)ASMByteSwapU32((uint32_t)u64) << 32
     7029         | (uint64_t)ASMByteSwapU32((uint32_t)(u64 >> 32));
    70307030#endif
    70317031}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette