mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
first attemp
This commit is contained in:
@@ -1063,6 +1063,16 @@ TLSStorage::~TLSStorage()
|
||||
|
||||
TLSData<CoreTLSData> coreTlsData;
|
||||
|
||||
void setIppStatus(int status)
|
||||
{
|
||||
coreTlsData.get()->ippStatus = status;
|
||||
}
|
||||
|
||||
int getIppStatus()
|
||||
{
|
||||
return coreTlsData.get()->ippStatus;
|
||||
}
|
||||
|
||||
} // namespace cv
|
||||
|
||||
/* End of file. */
|
||||
|
||||
Reference in New Issue
Block a user