]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/riscv/rvv/autovec/binop/vor-rv32gcv.c
RISC-V: Add (u)int8_t to binop tests.
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / riscv / rvv / autovec / binop / vor-rv32gcv.c
1 /* { dg-do compile } */
2 /* { dg-additional-options "-std=c99 -fno-vect-cost-model -march=rv32gcv -mabi=ilp32d --param=riscv-autovec-preference=fixed-vlmax" } */
3
4 #include "vor-template.h"
5
6 /* { dg-final { scan-assembler-times {\tvor\.vv} 16 } } */
7 /* { dg-final { scan-assembler-times {\tvor\.vi} 8 } } */