Commit 9ee6f108 authored by Tomoaki Teshima's avatar Tomoaki Teshima

fix build error

parent bebd49d9
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment