Enable SSE2
I'm running on a machine (Intel i5) that runs SSE2, but when I run OpenCV code the CV_SSE2 sections never run. Is there an easy way to enable this without re installing?
I'm running Ubuntu 13.04 and Eclipse CDT, but I can change to command line if necessary.
Thanks
if you build from src, cmake -D ENABLE_SSE=ON is set by default
you used some stupid package manager, that disabled it ?
I thought it is the ON by default.
@berak, any idea which code is run while useOptimized() = True? Is it SSE code?
sorry, i already regret the remark above, as i got no idea besides the cmake thing ;(