VirtualBox

Changeset 93838 in vbox


Ignore:
Timestamp:
Feb 18, 2022 11:33:19 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150044
Message:

iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and ARM64, implemented ASMAtomicCmpWriteU128 et al for ARM64. [build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r93837 r93838  
    17081708}
    17091709
     1710
     1711#ifdef RTASM_HAVE_CMP_XCHG_U128
    17101712DECLINLINE(void) tstASMAtomicCmpXchgU128Worker(RTUINT128U volatile *pu128)
    17111713{
     
    17961798    CHECKVAL128_C(&u128Old, 0x78039485960543, 0x97058437294586);
    17971799}
     1800#endif /* RTASM_HAVE_CMP_XCHG_U128 */
    17981801
    17991802
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