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]

"SSE instruction set disabled?"


Hi,

I'm compiling code with the following options:

    gcc -march=i686 -mfpmath=sse -ml -o myprog myprog.c

And see the following warning:

    cc1: SSE instruction set disabled, using 387 arithmetic

Why?

And yes, I am compiling on a Pentium III system... ;)

--
Scott Robert Ladd
Coyote Gulch Productions,  http://www.coyotegulch.com
No ads -- just very free (and somewhat unusual) code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]