Commit 712fa9a7 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7605 from tomoaki0705:fixBuildFp16Error

parents 280cdb5b 9ee6f108
...@@ -301,7 +301,7 @@ struct v_float16x4 ...@@ -301,7 +301,7 @@ struct v_float16x4
} }
short get0() const short get0() const
{ {
return vget_lane_s16(vreinterpret_f16_s16(val), 0); return vget_lane_s16(vreinterpret_s16_f16(val), 0);
} }
float16x4_t val; 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