VirtualBox

Changeset 96133 in vbox


Ignore:
Timestamp:
Aug 11, 2022 9:33:44 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152937
Message:

include/iprt/types.h: Add a RTUINT256U ymm view to X86YMMREG, bugref:9898

File:
1 edited

Legend:

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

    r96132 r96133  
    31153115typedef union X86YMMREG
    31163116{
     3117    /** YMM register view. */
     3118    RTUINT256U  ymm;
    31173119    /** 8-bit view. */
    31183120    uint8_t     au8[32];
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