mirror of
https://github.com/opencv/opencv.git
synced 2025-01-24 03:03:12 +08:00
5a6a49405d
Fixing bug with comparison of v_int64x2 or v_uint64x2 * Casting v_uint64x2 to v_float64x2 and comparing does NOT work in all cases. Rewrite using epi64 instructions - faster too. * Fix bad merge. * Fix equal comparsion for non-SSE4.1. Add test cases for v_int64x2 comparisons. * Try to fix merge conflict. * Only test v_int64x2 comparisons if CV_SIMD_64F * Fix compiler warning. |
||
---|---|---|
.. | ||
core | ||
core.hpp |