This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Have you added -march=pentium4 to -mfpmath?
gcc -std=gnu99 -lm -lrt -O3 -ffast-math -march=pentium4 or gcc -std=gnu99 -lm -lrt -O3 -ffast-math -march=pentium4 -mfpmath=sse
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |