bkaradzic %!s(int64=12) %!d(string=hai) anos
pai
achega
8663d5e733
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/bx/float4_neon.h

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