mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -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) ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user