mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Unit tests updated. Version and HW compatiblity tests added;
Tegra3, neon, sseX, x64 support uncomment and guarded by ifdefs.
This commit is contained in:
@@ -156,6 +156,7 @@ int GetProcessorCount()
|
||||
|
||||
int DetectKnownPlatforms()
|
||||
{
|
||||
#ifdef __SUPPORT_TEGRA3
|
||||
int tegra_status = DetectTegra();
|
||||
|
||||
if (3 == tegra_status)
|
||||
@@ -166,6 +167,9 @@ int DetectKnownPlatforms()
|
||||
{
|
||||
return PLATFORM_UNKNOWN;
|
||||
}
|
||||
#else
|
||||
return PLATFORM_UNKNOWN;
|
||||
#endif
|
||||
|
||||
// NOTE: Uncomment when all Tegras will be supported
|
||||
/*if (tegra_status > 0)
|
||||
|
||||
Reference in New Issue
Block a user