]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
MSVC requires the attribute before the type
authorMatthew Barr <matthew.barr@intel.com>
Thu, 5 Jan 2017 04:12:43 +0000 (15:12 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Fri, 6 Jan 2017 00:24:12 +0000 (11:24 +1100)
src/util/masked_move.c

index 71406308def05252879e49091dfeaca57ca5b713..8560af3fa0f69b930418ef5ad8c21e638089dfde 100644 (file)
@@ -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,