OBS-URL: https://build.opensuse.org/package/show/Kernel:tools/cross-ppc64-gcc48?expand=0&rev=3
14 lines
755 B
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; \
|