I found that existing pre-built opencv packages for arm device such as ubuntu arm, fedora arm, or raspberry pi were built without WITH_TBB option. WITH_TBB option was enabled only for x86, x86_64, ia64, ppc, power64 and aarch64. Not for arm architecture. Could you please explain the reason why those pre-built package for arm were distributed without enabling TBB?
Thanks.