mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
MSVC requires the attribute before the type
This commit is contained in:
parent
10346f53f7
commit
988ee0eb55
@ -34,7 +34,7 @@
|
||||
/* masks for masked moves */
|
||||
|
||||
/* 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user