blob: fef6c4365e2b9fa5d0377f0abf52ab8787395dcd (
plain)
1
2
3
4
5
6
7
|
/* { dg-do run } */
/* { dg-skip-if "Don't inline memset using neon instructions" { ! arm_tune_string_ops_prefer_neon } } */
/* { dg-require-effective-target arm_neon_hw } */
/* { dg-options "-save-temps -O2 -fno-inline" } */
/* { dg-add-options "arm_neon" } */
#include "./memset-inline-4.c"
|