mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
Update T-Head RVV check
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include <riscv_vector.h>
|
#include <riscv_vector.h>
|
||||||
|
|
||||||
#ifdef __THEAD_VERSION__
|
#if defined(__THEAD_VERSION__) && (defined(__riscv_v) && __riscv_v == 7000)
|
||||||
int test()
|
int test()
|
||||||
{
|
{
|
||||||
const float src[] = { 0.0f, 0.0f, 0.0f, 0.0f };
|
const float src[] = { 0.0f, 0.0f, 0.0f, 0.0f };
|
||||||
|
|||||||
Reference in New Issue
Block a user