mirror of git://gcc.gnu.org/git/gcc.git
Compare commits
2 Commits
9ae65b465c
...
3c19cdc808
Author | SHA1 | Date |
---|---|---|
![]() |
3c19cdc808 | |
![]() |
0751f3f802 |
|
@ -281,4 +281,6 @@
|
||||||
#undef SUBTARGET_DRIVER_SELF_SPECS
|
#undef SUBTARGET_DRIVER_SELF_SPECS
|
||||||
#define SUBTARGET_DRIVER_SELF_SPECS \
|
#define SUBTARGET_DRIVER_SELF_SPECS \
|
||||||
"%{m64:-maix64} %<m64", \
|
"%{m64:-maix64} %<m64", \
|
||||||
"%{m32:-maix32} %<m32"
|
"%{m32:-maix32} %<m32", \
|
||||||
|
"%{fstack-protector*: %<fstack-protector* \
|
||||||
|
%estack-protector not supported on AIX}"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
|
/* { dg-options "-fchecking" } */
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
int16_t f(int16x4_t b) {
|
int16_t f(int16x4_t b) {
|
||||||
return vaddvq_s16(vcombine_s16(b, vdup_n_s16 (0)));
|
return vaddvq_s16(vcombine_s16(b, vdup_n_s16 (0)));
|
||||||
|
|
Loading…
Reference in New Issue