We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffb510 commit a2aae95Copy full SHA for a2aae95
pal/inc/pal.h
@@ -2498,7 +2498,8 @@ typedef struct _M128U {
2498
} M128U, *PM128U;
2499
2500
// Same as _M128U but aligned to a 16-byte boundary
2501
-typedef DECLSPEC_ALIGN(16) M128U M128A, *PM128A;
+typedef DECLSPEC_ALIGN(16) M128U M128A;
2502
+typedef M128A *PM128A;
2503
2504
typedef struct _XMM_SAVE_AREA32 {
2505
WORD ControlWord;
0 commit comments