From 3c5622cc7428e693242a0f93bb1426023a8f259f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 15 Aug 2016 13:05:40 -0700 Subject: [PATCH] VS2010 fix. --- include/bx/simd_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/simd_t.h b/include/bx/simd_t.h index 14e3789..1ce15f6 100644 --- a/include/bx/simd_t.h +++ b/include/bx/simd_t.h @@ -400,7 +400,7 @@ namespace bx typedef simd128_ref_t simd128_t; #endif // - BX_ALIGN_DECL(32, struct) simd256_ref_t + struct simd256_ref_t { simd128_t simd128_0; simd128_t simd128_1;