RISC-V: Add autovectorization tests for binary integer operations.
[official-gcc.git] / gcc / testsuite / gcc.target / riscv / rvv / autovec / vmul-rv64gcv.c
bloba21bae4708fe3e4eabea87a6cf1240a074a1f642
1 /* { dg-do compile } */
2 /* { dg-additional-options "-std=c99 -fno-vect-cost-model -march=rv64gcv --param=riscv-autovec-preference=fixed-vlmax" } */
4 #include "vmul-template.h"
6 /* { dg-final { scan-assembler-times {\tvmul\.vv} 12 } } */