VirtualBox

Changeset 29273 in vbox


Ignore:
Timestamp:
May 9, 2010 10:10:30 PM (15 years ago)
Author:
vboxsync
Message:

iprt/asm.h: ASMMemIsAll8/32 - current inlined C code, so drop the DECLASM bits.

File:
1 edited

Legend:

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

    r29266 r29273  
    26402640 * @todo Fix name, it is a predicate function but it's not returning boolean!
    26412641 */
    2642 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN
    2643 DECLASM(void *) ASMMemIsAll8(void const *pv, size_t cb, uint8_t u8);
    2644 #else
    26452642DECLINLINE(void *) ASMMemIsAll8(void const *pv, size_t cb, uint8_t u8)
    26462643{
     
    26522649    return NULL;
    26532650}
    2654 #endif
    26552651
    26562652
     
    26692665 * @todo Fix name, it is a predicate function but it's not returning boolean!
    26702666 */
    2671 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN
    2672 DECLASM(uint32_t *) ASMMemIsAllU32(void const *pv, size_t cb, uint32_t u32);
    2673 #else
    26742667DECLINLINE(uint32_t *) ASMMemIsAllU32(void const *pv, size_t cb, uint32_t u32)
    26752668{
     
    26812674    return NULL;
    26822675}
    2683 #endif
    26842676
    26852677
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