> 2. > "configure" build system adds -msse2 option by default. It means that > x86 (32-bit) library won't work on older, non-SSE2 processors. P.S. Also, it doesn't really make sense to test CPU/OS for SSE support when -msse2 option allows compiler to insert SSE/SSE2 instructions anywhere.