[ARM][GCC][3/2x]: MVE intrinsics with binary operands.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / vdupq_n_s16.c
blob8e5a3e6f2a318200914f305a43b3804b3bb713a0
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
3 /* { dg-add-options arm_v8_1m_mve_fp } */
4 /* { dg-additional-options "-O2" } */
6 #include "arm_mve.h"
8 int16x8_t
9 foo (int16_t a)
11 return vdupq_n_s16 (a);
14 /* { dg-final { scan-assembler "vdup.16" } } */