aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8')
-rw-r--r--gcc-4.8/gcc/config/aarch64/arm_neon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/config/aarch64/arm_neon.h b/gcc-4.8/gcc/config/aarch64/arm_neon.h
index 73c7e7d63..92b011901 100644
--- a/gcc-4.8/gcc/config/aarch64/arm_neon.h
+++ b/gcc-4.8/gcc/config/aarch64/arm_neon.h
@@ -9984,7 +9984,7 @@ vmlal_u32 (uint64x2_t a, uint32x2_t b, uint32x2_t c)
#define vmlaq_lane_s32(a, b, c, d) \
__extension__ \
({ \
- int32x4_t c_ = (c); \
+ int32x2_t c_ = (c); \
int32x4_t b_ = (b); \
int32x4_t a_ = (a); \
int32x4_t result; \