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

#include "riscv_vector.h"

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