From: Matthew Barr Date: Thu, 5 Jan 2017 04:12:43 +0000 (+1100) Subject: MSVC requires the attribute before the type X-Git-Tag: v4.4.0^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988ee0eb55f1617fd0401d6988d9d56d5b19c1cd;p=thirdparty%2Fvectorscan.git MSVC requires the attribute before the type --- 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,