Merge pull request #7605 from tomoaki0705:fixBuildFp16Error

pull/7548/head
Alexander Alekhin 8 years ago
commit 712fa9a73c
  1. 2
      modules/core/include/opencv2/core/hal/intrin_neon.hpp

@ -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…
Cancel
Save