- 06 Sep, 2018 1 commit
-
-
Vadim Pisarevsky authored
* rewrote Mat::convertTo() and convertScaleAbs() to wide universal intrinsics; added always-available and SIMD-optimized FP16<=>FP32 conversion * fixed compile warnings * fix some more compile errors * slightly relaxed accuracy threshold for int->float conversion (since we now do it using single-precision arithmetics, not double-precision) * fixed compile errors on iOS, Android and in the baseline C++ version (intrin_cpp.hpp) * trying to fix ARM-neon builds * trying to fix ARM-neon builds * trying to fix ARM-neon builds * trying to fix ARM-neon builds
-
- 12 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 04 Jul, 2017 1 commit
-
-
Vitaly Tuzov authored
-
- 21 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 06 Jun, 2017 1 commit
-
-
Tomoaki Teshima authored
* avoid link error (move the implementation of software version to header) * make getConvertFuncFp16 local (move from precomp.hpp to convert.hpp) * fix error on 32bit x86
-