mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-06 14:26:46 +03:00
MSVC requires the attribute before the type
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
/* masks for masked moves */
|
/* masks for masked moves */
|
||||||
|
|
||||||
/* magic mask for maskload (vmmaskmovq) - described in UE-2424 */
|
/* magic mask for maskload (vmmaskmovq) - described in UE-2424 */
|
||||||
const u32 mm_mask_mask[16] ALIGN_CL_DIRECTIVE = {
|
const ALIGN_CL_DIRECTIVE u32 mm_mask_mask[16] = {
|
||||||
0x00000000U,
|
0x00000000U,
|
||||||
0x00000000U,
|
0x00000000U,
|
||||||
0x00000000U,
|
0x00000000U,
|
||||||
|
Reference in New Issue
Block a user