mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
fix build error
This commit is contained in:
parent
bebd49d91b
commit
9ee6f10896
@ -301,7 +301,7 @@ struct v_float16x4
|
||||
}
|
||||
short get0() const
|
||||
{
|
||||
return vget_lane_s16(vreinterpret_f16_s16(val), 0);
|
||||
return vget_lane_s16(vreinterpret_s16_f16(val), 0);
|
||||
}
|
||||
float16x4_t val;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user