libstdc++: Move gcc.gnu.org and sourceware.org links to https
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr68620.c
blob91878432b005b80bd63968f23d04974ed21fc0f2
1 /* { dg-do compile } */
2 /* { dg-skip-if "-mpure-code supports M-profile without Neon only" { *-*-* } { "-mpure-code" } } */
3 /* { dg-require-effective-target arm_fp_ok } */
4 /* { dg-options "-mfp16-format=ieee" } */
5 /* { dg-add-options arm_fp } */
7 #include "arm_neon.h"
9 float16x4_t __attribute__((target("fpu=neon-fp16")))
10 foo (float32x4_t arg)
12 return vcvt_f16_f32 (arg);