blob: 43d560d6c417ebe609e8031024b752a067bf6014 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=skylake-avx512 -DTYPE=uint16 -fdump-tree-optimized" } */
/* { dg-final { scan-tree-dump ".COND_MAX" "optimized" } } */
/* { dg-final { scan-tree-dump ".COND_MIN" "optimized" } } */
/* { dg-final { scan-assembler-times "vpmaxuw" 1 } } */
/* { dg-final { scan-assembler-times "vpminuw" 1 } } */
#include "cond_op_maxmin_d-1.c"