[ARM][GCC][3/2x]: MVE intrinsics with binary operands.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / mve / intrinsics / mve_fpu1.c
blob85fbb5767edc3c25ceb4d6da780d47afa1ee416c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
3 /* { dg-additional-options "-march=armv8.1-m.main+mve -mfloat-abi=hard -mthumb" } */
5 #include "arm_mve.h"
7 int8x16_t
8 foo1 (int8x16_t value)
10 int8x16_t b = value;
11 return b;
14 /* { dg-final { scan-assembler-not "\.fpu softvfp" } } */