How to check if my Linux Box installation installation has SSE instructions capabilities?
I am trying to install libjpeg-turbo and I want to make sure that it fully utilizes the capabilities of my box.
Use cat /proc/cpuinfo | grep sse to see if your CPU has SSE abilites.