mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Fixed build warning in RISC-V RVV configuration.
This commit is contained in:
@@ -360,7 +360,7 @@ int finiteMaskSIMD_<double, 4>(const double *dsrc, uchar *dst, size_t utotal)
|
||||
int total = (int)utotal;
|
||||
for(; i < total - npixels + 1; i += npixels )
|
||||
{
|
||||
v_uint16 vexpb0, vexpb1, vexpb2, vexpb3, vexpb4, vexpb5, vexpb6, vexpb7;
|
||||
v_uint16 vexpb0, vexpb1, vexpb2, vexpb3;
|
||||
v_uint16 dummy;
|
||||
v_load_deinterleave((uint16_t*)(src + 0*4*ndoubles), dummy, dummy, dummy, vexpb0);
|
||||
v_load_deinterleave((uint16_t*)(src + 1*4*ndoubles), dummy, dummy, dummy, vexpb1);
|
||||
|
||||
Reference in New Issue
Block a user