arm_neon.h: Map scalar types to standard types.
2013-01-18 Tejas Belagod <tejas.belagod@arm.com> gcc/ * config/aarch64/arm_neon.h: Map scalar types to standard types. From-SVN: r195293
This commit is contained in:
parent
c350ba539e
commit
be30c35692
@ -1,3 +1,7 @@
|
||||
2013-01-18 Tejas Belagod <tejas.belagod@arm.com>
|
||||
|
||||
* config/aarch64/arm_neon.h: Map scalar types to standard types.
|
||||
|
||||
2013-01-18 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
PR debug/54114
|
||||
|
@ -35,11 +35,11 @@ typedef __builtin_aarch64_simd_hi int16x4_t
|
||||
__attribute__ ((__vector_size__ (8)));
|
||||
typedef __builtin_aarch64_simd_si int32x2_t
|
||||
__attribute__ ((__vector_size__ (8)));
|
||||
typedef __builtin_aarch64_simd_di int64x1_t;
|
||||
typedef __builtin_aarch64_simd_si int32x1_t;
|
||||
typedef __builtin_aarch64_simd_hi int16x1_t;
|
||||
typedef __builtin_aarch64_simd_qi int8x1_t;
|
||||
typedef __builtin_aarch64_simd_df float64x1_t;
|
||||
typedef int64_t int64x1_t;
|
||||
typedef int32_t int32x1_t;
|
||||
typedef int16_t int16x1_t;
|
||||
typedef int8_t int8x1_t;
|
||||
typedef double float64x1_t;
|
||||
typedef __builtin_aarch64_simd_sf float32x2_t
|
||||
__attribute__ ((__vector_size__ (8)));
|
||||
typedef __builtin_aarch64_simd_poly8 poly8x8_t
|
||||
@ -52,10 +52,10 @@ typedef __builtin_aarch64_simd_uhi uint16x4_t
|
||||
__attribute__ ((__vector_size__ (8)));
|
||||
typedef __builtin_aarch64_simd_usi uint32x2_t
|
||||
__attribute__ ((__vector_size__ (8)));
|
||||
typedef __builtin_aarch64_simd_udi uint64x1_t;
|
||||
typedef __builtin_aarch64_simd_usi uint32x1_t;
|
||||
typedef __builtin_aarch64_simd_uhi uint16x1_t;
|
||||
typedef __builtin_aarch64_simd_uqi uint8x1_t;
|
||||
typedef uint64_t uint64x1_t;
|
||||
typedef uint32_t uint32x1_t;
|
||||
typedef uint16_t uint16x1_t;
|
||||
typedef uint8_t uint8x1_t;
|
||||
typedef __builtin_aarch64_simd_qi int8x16_t
|
||||
__attribute__ ((__vector_size__ (16)));
|
||||
typedef __builtin_aarch64_simd_hi int16x8_t
|
||||
|
Loading…
Reference in New Issue
Block a user