From 988ee0eb55f1617fd0401d6988d9d56d5b19c1cd Mon Sep 17 00:00:00 2001 From: Matthew Barr Date: Thu, 5 Jan 2017 15:12:43 +1100 Subject: [PATCH] MSVC requires the attribute before the type --- src/util/masked_move.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/masked_move.c b/src/util/masked_move.c index 71406308..8560af3f 100644 --- a/src/util/masked_move.c +++ b/src/util/masked_move.c @@ -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,