VirtualBox

Changeset 58760 in vbox


Ignore:
Timestamp:
Nov 19, 2015 1:01:28 AM (9 years ago)
Author:
vboxsync
Message:

iprt/asm.h: Use external assembly version of ASMBitNextClear and ASMBitNextSet.

File:
1 edited

Legend:

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

    r58749 r58760  
    45754575 *                      The search will start at iBitPrev + 1.
    45764576 */
    4577 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN
     4577#if RT_INLINE_ASM_EXTERNAL
    45784578DECLASM(int) ASMBitNextClear(const volatile void *pvBitmap, uint32_t cBits, uint32_t iBitPrev);
    45794579#else
     
    47294729 *                      The search will start at iBitPrev + 1.
    47304730 */
    4731 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN
     4731#if RT_INLINE_ASM_EXTERNAL
    47324732DECLASM(int) ASMBitNextSet(const volatile void *pvBitmap, uint32_t cBits, uint32_t iBitPrev);
    47334733#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