Files
cross-ppc64-gcc48/aarch64-vmlaq-lane-s32.diff

14 lines
755 B
Diff

Backport from https://android-review.googlesource.com/#/c/99470
--- gcc/config/aarch64/arm_neon.h
+++ gcc/config/aarch64/arm_neon.h
@@ -9984,7 +9984,7 @@
#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; \