Changeset 58760 in vbox
- Timestamp:
- Nov 19, 2015 1:01:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r58749 r58760 4575 4575 * The search will start at iBitPrev + 1. 4576 4576 */ 4577 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN4577 #if RT_INLINE_ASM_EXTERNAL 4578 4578 DECLASM(int) ASMBitNextClear(const volatile void *pvBitmap, uint32_t cBits, uint32_t iBitPrev); 4579 4579 #else … … 4729 4729 * The search will start at iBitPrev + 1. 4730 4730 */ 4731 #if RT_INLINE_ASM_EXTERNAL && !RT_INLINE_ASM_USES_INTRIN4731 #if RT_INLINE_ASM_EXTERNAL 4732 4732 DECLASM(int) ASMBitNextSet(const volatile void *pvBitmap, uint32_t cBits, uint32_t iBitPrev); 4733 4733 #else
Note:
See TracChangeset
for help on using the changeset viewer.