Hi,

Quote Originally Posted by SirDice View Post
You used different compiler options.
I must be dense as I'm not understanding where the options are different. I specified the below options for both the library and the main code:

-w -O3 -march=i686 -mtune=i686 -ffast-math -funroll-loops -fno-exceptions
-minline-all-stringops

Are there different options required for the library to be properly optimized?

Thanks.