VirtualBox

Changeset 106553 in vbox for trunk/include


Ignore:
Timestamp:
Oct 21, 2024 10:40:18 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165387
Message:

iprt/asm-mem.h: Adjustments of the win/arm64 changes - RT_INLINE_ASM_USES_INTRIN is always defined and we must test the value it has. bugref:10392

File:
1 edited

Legend:

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

    r106547 r106553  
    330330
    331331# elif defined(RT_ARCH_ARM64) || defined(RT_ARCH_ARM32)
    332 #  if defined(RT_INLINE_ASM_USES_INTRIN)
     332#  if RT_INLINE_ASM_USES_INTRIN
    333333    return (uint8_t)__iso_volatile_load8((volatile const char *)pvByte);
    334334#  else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette