[ARM][GCC][3/2x]: MVE intrinsics with binary operands.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / vrndpq_f32.c
blob45de7fb5c591f4e481a575eb231d3e2758bb5dfa
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 float32x4_t
9 foo (float32x4_t a)
11 return vrndpq_f32 (a);
14 /* { dg-final { scan-assembler "vrintp.f32" } } */