comparison gcc/testsuite/gcc.target/arm/mve/intrinsics/mve_vldrhq_gather_shifted_offset_z_u16.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-require-effective-target arm_v8_1m_mve_ok } */
2 /* { dg-add-options arm_v8_1m_mve } */
3 /* { dg-additional-options "-O2" } */
4
5 #include "arm_mve.h"
6 uint16x8_t
7 foo1 (uint16_t * base, uint16x8_t offset, mve_pred16_t p)
8 {
9 return vldrhq_gather_shifted_offset_z (base, offset, p);
10 }
11
12 /* { dg-final { scan-assembler-not "__ARM_undef" } } */