Sign in
gbmc
/
linux
/
ccd1cdca5cd433c8a5dff78b69a79b31d9b77ee1
/
.
/
tools
/
testing
/
selftests
/
riscv
/
vector
/
v_helpers.h
blob: 763cddfe26dad22c22b26937a06a80901225a9af [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only */
#include
<stdbool.h>
bool
is_xtheadvector_supported
(
void
);
bool
is_vector_supported
(
void
);
int
launch_test
(
char
*
next_program
,
int
test_inherit
,
int
xtheadvector
);