VirtualBox

Changeset 10997 in vbox for trunk/include


Ignore:
Timestamp:
Jul 30, 2008 4:06:36 PM (17 years ago)
Author:
vboxsync
Message:

iprt/asm.h: comment.

File:
1 edited

Legend:

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

    r10996 r10997  
    55975597#if defined(RT_ARCH_AMD64) && RT_INLINE_ASM_USES_INTRIN
    55985598    u64 = _byteswap_uint64(u64);
    5599 #else /* !RT_ARCH_AMD64 (assume x86) */
     5599#else
    56005600    u64 = (uint64_t)ASMByteSwapU32((uint32_t)u64) << 32
    56015601        | (uint64_t)ASMByteSwapU32((uint32_t)(u64 >> 32));
Note: See TracChangeset for help on using the changeset viewer.

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