From 8663d5e733c671710197725dc2f01c5bbf14035a Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Fri, 27 Dec 2013 22:52:35 -0800 Subject: [PATCH] Cleanup. --- include/bx/float4_neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/float4_neon.h b/include/bx/float4_neon.h index 4f36133..945f42b 100644 --- a/include/bx/float4_neon.h +++ b/include/bx/float4_neon.h @@ -10,7 +10,7 @@ namespace bx { typedef __builtin_neon_sf float4_t __attribute__( (__vector_size__(16) ) ); - typedef __builtin_neon_sf _f32x2_t __attribute__( (__vector_size__( 8) ) ); + typedef __builtin_neon_sf _f32x2_t __attribute__( (__vector_size__( 8) ) ); typedef __builtin_neon_si _i32x4_t __attribute__( (__vector_size__(16) ) ); typedef __builtin_neon_usi _u32x4_t __attribute__( (__vector_size__(16) ) );