aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/rvv/base/vlmul_ext-2.c
blob: 2b088b53546a53e2cb6182b7ae384aa2b4926dba (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-march=rv64gcv -mabi=lp64d -O0" } */

#include "riscv_vector.h"

void test_vlmul_ext_v_i8mf8_i8mf4(vint8mf8_t op1) {
  vint8mf4_t res = __riscv_vlmul_ext_v_i8mf8_i8mf4(op1);
}