VirtualBox

Changeset 29257 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 9, 2010 6:18:42 PM (15 years ago)
Author:
vboxsync
Message:

asm-math.h: opps (ASMMultU64ByU32DivByU32)

File:
1 edited

Legend:

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

    r29250 r29257  
    257257 * @remarks Architecture specific.
    258258 */
    259 #if RT_INLINE_ASM_EXTERNAL || !defined(__GNUC__) || (!defined(RT_ARCH_AMD64) && defined(RT_ARCH_X86))
     259#if RT_INLINE_ASM_EXTERNAL || !defined(__GNUC__) || (!defined(RT_ARCH_AMD64) && !defined(RT_ARCH_X86))
    260260DECLASM(uint64_t) ASMMultU64ByU32DivByU32(uint64_t u64A, uint32_t u32B, uint32_t u32C);
    261261#else
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