VirtualBox

Changeset 103732 in vbox


Ignore:
Timestamp:
Mar 7, 2024 5:39:03 PM (9 months ago)
Author:
vboxsync
Message:

include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [overly pedantic compiler fix]

File:
1 edited

Legend:

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

    r103722 r103732  
    40774077    kArmv8InstrUmovSz_U16 = 1, /**< Halfword. */
    40784078    kArmv8InstrUmovSz_U32 = 2, /**< 32-bit. */
    4079     kArmv8InstrUmovSz_U64 = 3, /**< 64-bit (only valid when the destination is a 64-bit register. */
     4079    kArmv8InstrUmovSz_U64 = 3  /**< 64-bit (only valid when the destination is a 64-bit register. */
    40804080} ARMV8INSTRUMOVSZ;
    40814081
     
    41164116    kArmv8InstrCmpZeroSz_S16 = 1, /**< Halfword. */
    41174117    kArmv8InstrCmpZeroSz_S32 = 2, /**< 32-bit. */
    4118     kArmv8InstrCmpZeroSz_S64 = 3, /**< 64-bit. */
     4118    kArmv8InstrCmpZeroSz_S64 = 3  /**< 64-bit. */
    41194119} ARMV8INSTRVECCMPZEROSZ;
    41204120
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