add universal hardware support check function
authorTomoaki Teshima <tomoaki.teshima@gmail.com>
Sat, 29 Oct 2016 04:24:31 +0000 (13:24 +0900)
committerTomoaki Teshima <tomoaki.teshima@gmail.com>
Sat, 29 Oct 2016 04:24:31 +0000 (13:24 +0900)
commitcba22349b71278e7fba46bd4e43dc0eac518f2db
tree296b9bba7a23bab9afccf6c40ff694f89f233465
parentecb8fb964d2dfe9ade00edc11d4119f997360bab
add universal hardware support check function
  * use hasSIMD128 rather than calling checkHardwareSupport
  * add SIMD check in spartialgradient.cpp
  * add SIMD check in stereosgbm.cpp
  * add SIMD check in canny.cpp
modules/calib3d/src/stereosgbm.cpp
modules/core/include/opencv2/core/hal/intrin_cpp.hpp
modules/core/include/opencv2/core/hal/intrin_neon.hpp
modules/core/include/opencv2/core/hal/intrin_sse.hpp
modules/core/src/arithm_simd.hpp
modules/imgproc/src/canny.cpp
modules/imgproc/src/spatialgradient.cpp