5#ifndef OPENCV_CORE_FP_CONTROL_UTILS_HPP
6#define OPENCV_CORE_FP_CONTROL_UTILS_HPP
57#if defined(OPENCV_SUPPORTS_FP_DENORMALS_HINT)
59#elif defined(__i386__) || defined(__x86_64__) || defined(_M_X64) || defined(_X86_)
61#define OPENCV_SUPPORTS_FP_DENORMALS_HINT 1
63#define OPENCV_SUPPORTS_FP_DENORMALS_HINT 0
Definition fp_control_utils.hpp:45
~FPDenormalsIgnoreHintScopeNOOP()
Definition fp_control_utils.hpp:49
FPDenormalsIgnoreHintScopeNOOP(bool ignore=true)
Definition fp_control_utils.hpp:47
FPDenormalsIgnoreHintScopeNOOP(const FPDenormalsModeState &state)
Definition fp_control_utils.hpp:48
Definition fp_control_utils.hpp:22
FPDenormalsIgnoreHintScope(bool ignore=true)
Definition fp_control_utils.hpp:24
FPDenormalsModeState saved_state
Definition fp_control_utils.hpp:41
~FPDenormalsIgnoreHintScope()
Definition fp_control_utils.hpp:35
FPDenormalsIgnoreHintScope(const FPDenormalsModeState &state)
Definition fp_control_utils.hpp:29
#define CV_EXPORTS
Definition cvdef.h:435
#define CV_OUT
Definition cvdef.h:478
CV_EXPORTS bool restoreFPDenormalsState(const FPDenormalsModeState &state)
CV_EXPORTS void setFPDenormalsIgnoreHint(bool ignore, CV_OUT FPDenormalsModeState &state)
CV_EXPORTS int saveFPDenormalsState(CV_OUT FPDenormalsModeState &state)
"black box" representation of the file storage associated with a file on disk.
Definition calib3d.hpp:441
details::FPDenormalsIgnoreHintScopeNOOP FPDenormalsIgnoreHintScope
Definition fp_control_utils.hpp:64
Definition fp_control_utils.hpp:13
uint32_t reserved[16]
Definition fp_control_utils.hpp:14