blob: 9332b2c425799e8787abb1b026fa65a703d7d2b8 [file] [log] [blame]
/* { dg-require-effective-target vect_int } */
/* { dg-additional-options "-O3" } */
#define TYPE signed char
#define MIN -128
#define MAX 127
#define N_BASE (MAX - 32)
#define N_BASE_DOWN (MIN + 32)
#define C 3
#include "pr101145.inc"
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" } } */