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