opencv/modules/core
Vincent Rabaud b5b52afd35
Merge pull request #21527 from vrabaud:3.4_msan
* Fix wrong MSAN errors.

Because Fortran is called in Lapack, MSAN does not think the memory
has been written even though it is the case.
MSAN does no support well cross-language memory analysis.

* Make a dedicated check.
2022-01-28 15:35:47 +00:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 Merge pull request #21506 from alalek:core_fp_denormals 2022-01-26 08:52:27 +00:00
misc Fix/optimize Android put/get functions 2021-02-19 17:10:11 +09:00
perf Relax accuracy requirements in the OpenCL sqrt perf arithmetic test. 2021-04-06 17:32:48 +01:00
src Merge pull request #21527 from vrabaud:3.4_msan 2022-01-28 15:35:47 +00:00
test core: FP denormals hints support 2022-01-26 05:19:02 +00:00
CMakeLists.txt cmake: fix OPENGL_LIBRARIES handling 2021-12-07 12:12:42 +00:00