This is the mail archive of the gcc-bugs@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]

Re: target/8243: GCC 3.2 does not check for CMOV instruction before generating code


Synopsis: GCC 3.2 does not check for CMOV instruction before generating code

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Mon Oct 21 23:55:43 2002
State-Changed-Why:
    Defined as "not a bug".  When we say i686, we really do mean
    "pentiumpro".  Checking for cmov is a waste of time; it'd be
    faster to not use it than to check.
    
    Use -march=i586 instead.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8243


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