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) ) );