Skip to content

Commit 66b0651

Browse files
savuoralalek
authored andcommitted
Merge pull request opencv#9329 from savuor:softfloat_sincos
SoftFloat: added sin, cos and docs (opencv#9329) * softfloat: comparison operators made inline, min() max() eps() isSubnormal() added * softfloat: get/set sign/exp * softfloat: get/set frac * softfloat: tests rewritten with new tools * softfloat: added pi(), sin(), cos() * softfloat: more comments * softfloat: updated sincos arg reduction * softfloat: initial tests for sincos added * softfloat: test works, code cleanup is pending * softfloat: sincos argreduce rewritten * softfloat: sincos refactored and simplified * softfloat sincos: epsilons calibrated * softfloat: junk code removed from tests * softfloat: docs added * inline comparisons undone; warning fixed
1 parent 803274e commit 66b0651

File tree

4 files changed

+738
-107
lines changed

4 files changed

+738
-107
lines changed

modules/core/include/opencv2/core.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
@{
7575
@defgroup core_utils_sse SSE utilities
7676
@defgroup core_utils_neon NEON utilities
77+
@defgroup core_utils_softfloat Softfloat support
7778
@}
7879
@defgroup core_opengl OpenGL interoperability
7980
@defgroup core_ipp Intel IPP Asynchronous C/C++ Converters

0 commit comments

Comments
 (0)