1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 14:53:03 +04:00
Files
opencv/modules/3d/test
Varun Jaiswal 7514c4b770 Merge pull request #28687 from varun-jaiswal17:asan_pipeline
3d: fix depth precision inconsistency under ASan/RelWithDebInfo builds #28687

Resolves FMA inconsistency between build types by using std::fma(a, b, c) to get the same precision everywhere ASan, Release, Debug.
 
Change optimisation :
Without FMA : 96.54 ms
FMA      : 32.33 ms

Merged with : opencv/ci-gha-workflow/pull/297

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2026-03-27 11:45:51 +03:00
..
2023-09-13 14:49:25 +03:00
2023-09-13 14:49:25 +03:00
2024-04-02 16:39:54 +03:00
2025-02-20 13:58:04 +03:00
2026-02-14 15:37:33 +03:00
2023-11-09 22:07:59 +03:00
2025-10-23 08:11:04 +03:00
2026-02-20 22:05:35 +03:00
2026-02-20 22:05:35 +03:00