1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
opencv/modules/3d
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
..
2026-03-19 11:29:57 +03:00
2026-03-19 11:29:57 +03:00
2025-11-18 08:51:08 +03:00