summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vand-rv64gcv.c
blob: 67f37c1e170db8d2ad3be409aa7ba3d22a3e96d6 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-additional-options "-std=c99 -fno-vect-cost-model -march=rv64gcv -mabi=lp64d --param=riscv-autovec-preference=fixed-vlmax" } */

#include "vand-template.h"

/* { dg-final { scan-assembler-times {\tvand\.vv} 12 } } */
/* { dg-final { scan-assembler-times {\tvand\.vi} 6 } } */